Explorar o código

Merge pull request #985 from BeamNG/fix_member_decl

Clean PlaneReflector member variables declaration.
LuisAntonRebollo %!s(int64=10) %!d(string=hai) anos
pai
achega
80482753e1
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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;
 };