Removed OS-Specific function from main

Signed-off-by: Robear Selwans <robear.selwans@outlook.com>
This commit is contained in:
2021-04-24 16:18:33 +02:00
parent 5c4cfb938c
commit 346e92faec

View File

@@ -135,7 +135,6 @@ int main(int argc, char **argv)
Vec3 pos = Rigidbody->getPosition(testHandle); Vec3 pos = Rigidbody->getPosition(testHandle);
printf("Current position of Entity1 = (%f, %f, %f)\n", pos.x, pos.y, pos.z); printf("Current position of Entity1 = (%f, %f, %f)\n", pos.x, pos.y, pos.z);
Sleep(17);
} }
evol_unloadmodule(physics_module); evol_unloadmodule(physics_module);