diff --git a/Engine/source/gui/core/guiOffscreenCanvas.h b/Engine/source/gui/core/guiOffscreenCanvas.h index 9807f56a7..77c388a9e 100644 --- a/Engine/source/gui/core/guiOffscreenCanvas.h +++ b/Engine/source/gui/core/guiOffscreenCanvas.h @@ -56,6 +56,9 @@ protected: bool mTargetDirty; bool mDynamicTarget; + + bool mUseDepth; + GFXTexHandle mTargetDepth; public: static Vector sList;