mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-13 15:16:28 +00:00
Fixed doors not rendering correctly, fixed array properties not displaying correctly, fixed crashes when accessing certain property types
This commit is contained in:
@@ -37,6 +37,11 @@ void CDoorExtra::PropertyModified(IPropertyNew* pProperty)
|
||||
MarkTransformChanged();
|
||||
}
|
||||
|
||||
else if (pProperty == mShieldColorProp)
|
||||
{
|
||||
mShieldColor = mShieldColorProp.Get();
|
||||
}
|
||||
|
||||
else if (pProperty == mDisabledProp)
|
||||
{
|
||||
// The Echoes demo doesn't have the shield color property. The color is
|
||||
|
||||
Reference in New Issue
Block a user