mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-04-02 19:15:53 +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:
|
||||
|
||||
GFXTextureTargetRef reflectTarget;
|
||||
GFXTexHandle reflectTex, depthBuff;;
|
||||
GFXTexHandle reflectTex;
|
||||
GFXTexHandle depthBuff;
|
||||
PlaneF refplane;
|
||||
bool objectSpace;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue