mirror of
https://github.com/AxioDL/PrimeWorldEditor.git
synced 2025-12-14 15:46:17 +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:
@@ -27,7 +27,7 @@ public:
|
||||
{
|
||||
if (Index.isValid())
|
||||
{
|
||||
ASSERT(mpModel != nullptr);
|
||||
ASSERT(pModel != nullptr);
|
||||
mpModel = pModel;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user