mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-17 17:05:37 +00:00
CPackage: Remove unnecessary qualifier in EPackageDefinitionVersion
Same thing, less code.
This commit is contained in:
@@ -15,7 +15,7 @@ enum class EPackageDefinitionVersion
|
|||||||
// Add new versions before this line
|
// Add new versions before this line
|
||||||
|
|
||||||
Max,
|
Max,
|
||||||
Current = EPackageDefinitionVersion::Max - 1
|
Current = Max - 1
|
||||||
};
|
};
|
||||||
|
|
||||||
struct SNamedResource
|
struct SNamedResource
|
||||||
|
|||||||
Reference in New Issue
Block a user