mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-02-13 11:43:49 +00:00
removes StaticObjectType flag from water objects.
https://github.com/GarageGames/Torque3D/issues/1458
This commit is contained in:
parent
113bb6b62d
commit
b6bd8c863c
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