Removed build call in metaprogram

This commit is contained in:
2024-10-11 22:27:12 +02:00
parent 2c12446be8
commit 5d3a620fa7

View File

@@ -330,5 +330,3 @@ deserialize_entity :: (scene: *Scene, path: string) -> *Entity {
return e;
}
DONE
#run build("Test");