mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-07 22:40:44 +00:00
clean PlaneReflector member variables declaration.
This commit is contained in:
parent
a0d5dc25cd
commit
adc7c72caa
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