Fixed doors not rendering correctly, fixed array properties not displaying correctly, fixed crashes when accessing certain property types

This commit is contained in:
Aruki
2018-09-22 12:18:39 -06:00
parent 2118bbd0cd
commit e68b961a8c
7 changed files with 33 additions and 13 deletions

View File

@@ -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