Update guiOffscreenCanvas.h

Variables to add depth in the .cpp file.
This commit is contained in:
irei1as 2016-11-22 16:20:18 +01:00 committed by GitHub
parent cfb88b27e7
commit 8b43ff3465

View file

@ -56,6 +56,9 @@ protected:
bool mTargetDirty;
bool mDynamicTarget;
bool mUseDepth;
GFXTexHandle mTargetDepth;
public:
static Vector<GuiOffscreenCanvas*> sList;