mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-17 17:05:37 +00:00
Cleanup & refactoring
This commit is contained in:
@@ -19,7 +19,7 @@ public:
|
||||
, mpEntry(pEntry)
|
||||
, mOldDirPath(pEntry->DirectoryPath())
|
||||
, mNewDirPath(pNewDir->FullPath())
|
||||
, mOldDirAutoGenerated(pEntry->HasFlag(eREF_AutoResDir))
|
||||
, mOldDirAutoGenerated(pEntry->HasFlag(EResEntryFlag::AutoResDir))
|
||||
{}
|
||||
|
||||
// note: for redo, it doesn't matter if the new directory was auto-generated, since the
|
||||
|
||||
Reference in New Issue
Block a user