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:
AzaezelX 2025-03-11 22:09:21 -05:00
parent c4bbf7dac5
commit 4b54fcbe42
3 changed files with 5 additions and 5 deletions

View file

@ -82,7 +82,7 @@ private:
GFXPrimitiveBufferHandle mRadialPrimBuff;
// misc
F32 mGridElementSize;
U32 mGridElementSize;
U32 mWidth;
U32 mHeight;
F32 mElapsedTime;