mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-16 16:37:02 +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
|
||||
|
||||
Max,
|
||||
Current = EPackageDefinitionVersion::Max - 1
|
||||
Current = Max - 1
|
||||
};
|
||||
|
||||
struct SNamedResource
|
||||
|
||||
Reference in New Issue
Block a user