mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-07-13 16:46:06 +00:00
CPackage: Remove unnecessary qualifier in EPackageDefinitionVersion
Same thing, less code.
This commit is contained in:
parent
bc05e9bd4b
commit
59ef329c27
@ -15,7 +15,7 @@ enum class EPackageDefinitionVersion
|
||||
// Add new versions before this line
|
||||
|
||||
Max,
|
||||
Current = EPackageDefinitionVersion::Max - 1
|
||||
Current = Max - 1
|
||||
};
|
||||
|
||||
struct SNamedResource
|
||||
|
Loading…
x
Reference in New Issue
Block a user