mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-02-10 12:39:53 +00:00
Change mWaterEnabled from float to bool
This commit is contained in:
parent
50f3794d12
commit
c655875584
@ -211,7 +211,7 @@ namespace MWPhysics
|
||||
float mTimeAccum;
|
||||
|
||||
float mWaterHeight;
|
||||
float mWaterEnabled;
|
||||
bool mWaterEnabled;
|
||||
|
||||
std::auto_ptr<btCollisionObject> mWaterCollisionObject;
|
||||
std::auto_ptr<btCollisionShape> mWaterCollisionShape;
|
||||
|
Loading…
x
Reference in New Issue
Block a user