mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 00:24:40 +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:
|
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