Browse Source

clean PlaneReflector member variables declaration.

LuisAntonRebollo 11 năm trước cách đây
mục cha
commit
adc7c72caa
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      Engine/source/scene/reflector.h

+ 2 - 1
Engine/source/scene/reflector.h

@@ -224,7 +224,8 @@ protected:
 public:
 
    GFXTextureTargetRef reflectTarget;
-   GFXTexHandle reflectTex, depthBuff;;   
+   GFXTexHandle reflectTex;
+   GFXTexHandle depthBuff;
    PlaneF refplane;
    bool objectSpace;
 };