Browse Source

clean PlaneReflector member variables declaration.

LuisAntonRebollo 10 years ago
parent
commit
adc7c72caa
1 changed files with 2 additions and 1 deletions
  1. 2 1
      Engine/source/scene/reflector.h

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

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