Physics initialization update

This commit is contained in:
2026-02-07 08:31:07 +03:00
parent a54b042e49
commit 685b15933a
3 changed files with 13 additions and 10 deletions

View File

@@ -61,6 +61,7 @@ struct PhysicsModule {
const Ogre::Vector3 &endPos,
Ogre::Vector3 &position, JPH::BodyID &id);
static void setDebugDraw(bool enable);
static void configurePhysics();
};
}
#endif