mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-01-19 20:24:49 +00:00
Update guiOffscreenCanvas.h
Variables to add depth in the .cpp file.
This commit is contained in:
parent
cfb88b27e7
commit
8b43ff3465
|
|
@ -56,6 +56,9 @@ protected:
|
|||
|
||||
bool mTargetDirty;
|
||||
bool mDynamicTarget;
|
||||
|
||||
bool mUseDepth;
|
||||
GFXTexHandle mTargetDepth;
|
||||
|
||||
public:
|
||||
static Vector<GuiOffscreenCanvas*> sList;
|
||||
|
|
|
|||
Loading…
Reference in a new issue