瀏覽代碼

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.
Areloch 9 年之前
父節點
當前提交
272e3138a0
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Engine/source/environment/waterObject.cpp

+ 1 - 1
Engine/source/environment/waterObject.cpp

@@ -206,7 +206,7 @@ WaterObject::WaterObject()
    mEmissive( false ),
    mEmissive( false ),
    mUnderwaterColor(9, 6, 5, 240)
    mUnderwaterColor(9, 6, 5, 240)
 {
 {
-   mTypeMask = WaterObjectType | StaticObjectType;
+   mTypeMask = WaterObjectType;
 
 
    for( U32 i=0; i < MAX_WAVES; i++ )
    for( U32 i=0; i < MAX_WAVES; i++ )
    {
    {