소스 검색

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 ),
    mUnderwaterColor(9, 6, 5, 240)
 {
-   mTypeMask = WaterObjectType | StaticObjectType;
+   mTypeMask = WaterObjectType;
 
    for( U32 i=0; i < MAX_WAVES; i++ )
    {