Update SceneModule.h

This commit is contained in:
Antoine Pilote
2023-07-18 10:35:15 -04:00
committed by GitHub
parent 415f6dd5cd
commit dc15f61a66

View File

@@ -107,7 +107,6 @@ namespace Nuake {
prefabComponent.PrefabInstance = Prefab::New(prefabPath);
wrenSetSlotDouble(vm, 0, newEntity.GetHandle());
return;
}
static void EntityHasComponent(WrenVM* vm)