Removed MSDF

This commit is contained in:
Antoine Pilote
2024-08-14 19:34:51 -04:00
parent 0de9c216c5
commit 5f2667f95b
472 changed files with 3 additions and 101024 deletions

View File

@@ -335,7 +335,7 @@ namespace Nuake
int32_t handle;
};
exposedVar.Value = classInstance.GetFieldValue<EntityWrapper>(varName).id;
//exposedVar.Value = classInstance.GetFieldValue<EntityWrapper>(varName).id;
break;
}
}
@@ -371,7 +371,6 @@ namespace Nuake
auto newEntity = m_BaseEntityType.CreateInstance();
newEntity.SetPropertyValue("ECSHandle", scriptEntity.GetHandle());
newEntity.SetPropertyValue("ID", scriptEntity.GetID());
classInstance.SetFieldValue<Coral::ManagedObject>(exposedVarUserValue.Name, newEntity);
}
}