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

@@ -27,7 +27,7 @@ public:
{
if (Index.isValid())
{
ASSERT(mpModel != nullptr);
ASSERT(pModel != nullptr);
mpModel = pModel;
}
}