mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 07:32:00 -04: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