Fixed water body presence physics

This commit is contained in:
2025-09-03 22:16:53 +03:00
parent aca04ff621
commit 1c56387c35
6 changed files with 249 additions and 18 deletions

View File

@@ -46,5 +46,6 @@ struct Camera {
Ogre::SceneNode *mCameraGoal;
Ogre::Real mPivotPitch;
};
struct InWater {};
}
#endif