Selaa lähdekoodia

Merge pull request #985 from BeamNG/fix_member_decl

Clean PlaneReflector member variables declaration.
LuisAntonRebollo 10 vuotta sitten
vanhempi
commit
80482753e1
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  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;
 };