mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-05 21:40:31 +00:00
Update guiOffscreenCanvas.h
Variables to add depth in the .cpp file.
This commit is contained in:
parent
cfb88b27e7
commit
8b43ff3465
1 changed files with 3 additions and 0 deletions
|
|
@ -56,6 +56,9 @@ protected:
|
|||
|
||||
bool mTargetDirty;
|
||||
bool mDynamicTarget;
|
||||
|
||||
bool mUseDepth;
|
||||
GFXTexHandle mTargetDepth;
|
||||
|
||||
public:
|
||||
static Vector<GuiOffscreenCanvas*> sList;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue