mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-12 23:24:41 +00:00
conform and correct gridsize
waterblock and waterplane were using two entirely different var types. by usage, those should be natural numbers
This commit is contained in:
parent
c4bbf7dac5
commit
4b54fcbe42
3 changed files with 5 additions and 5 deletions
|
|
@ -82,7 +82,7 @@ private:
|
|||
GFXPrimitiveBufferHandle mRadialPrimBuff;
|
||||
|
||||
// misc
|
||||
F32 mGridElementSize;
|
||||
U32 mGridElementSize;
|
||||
U32 mWidth;
|
||||
U32 mHeight;
|
||||
F32 mElapsedTime;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue