mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-24 22:05:40 +00:00
Merge pull request #1470 from Azaezel/waterIsNotStatic
As I nor az have been able to find any issues with this so far, I'll push this through. We can handle any emergent problems as they come up, but so far it looks solid.
This commit is contained in:
commit
272e3138a0
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ WaterObject::WaterObject()
|
|||
mEmissive( false ),
|
||||
mUnderwaterColor(9, 6, 5, 240)
|
||||
{
|
||||
mTypeMask = WaterObjectType | StaticObjectType;
|
||||
mTypeMask = WaterObjectType;
|
||||
|
||||
for( U32 i=0; i < MAX_WAVES; i++ )
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue