mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-14 15:46:17 +00:00
Codegen fixes, DPI scaling, SVG icons
This commit is contained in:
@@ -94,7 +94,7 @@ public:
|
||||
|
||||
virtual void InitFromArchetype(IProperty* pOther)
|
||||
{
|
||||
base::InitFromArchetype(pOther);
|
||||
TTypedProperty<int32, TypeEnum>::InitFromArchetype(pOther);
|
||||
TEnumPropertyBase* pOtherEnum = static_cast<TEnumPropertyBase*>(pOther);
|
||||
mValues = pOtherEnum->mValues;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user