Let physics run for a while to prevent bugs

This commit is contained in:
2025-09-08 11:40:53 +03:00
parent 3f59a384e4
commit 4d0fb8f60f
4 changed files with 35 additions and 24 deletions

View File

@@ -17,6 +17,7 @@ struct EngineData {
Ogre::SceneManager *mScnMgr;
Ogre::Bullet::DynamicsWorld *mWorld;
float delta;
float startupDelay;
};
struct Vector3 {
float x;