mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-16 09:04:38 +00:00
Merge pull request #985 from BeamNG/fix_member_decl
Clean PlaneReflector member variables declaration.
This commit is contained in:
commit
80482753e1
1 changed files with 2 additions and 1 deletions
|
|
@ -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;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue