浏览代码

clean PlaneReflector member variables declaration.

LuisAntonRebollo 10 年之前
父节点
当前提交
adc7c72caa
共有 1 个文件被更改,包括 2 次插入1 次删除
  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;
 };