1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-07-13 16:51:41 +00:00

Change mWaterEnabled from float to bool

This commit is contained in:
Allofich 2017-04-20 00:28:27 +09:00
parent 50f3794d12
commit c655875584

View file

@ -211,7 +211,7 @@ namespace MWPhysics
float mTimeAccum;
float mWaterHeight;
float mWaterEnabled;
bool mWaterEnabled;
std::auto_ptr<btCollisionObject> mWaterCollisionObject;
std::auto_ptr<btCollisionShape> mWaterCollisionShape;