Fix imposter capture on OpenGL.

This commit is contained in:
LuisAntonRebollo 2014-11-08 09:43:29 +01:00
parent c354f59b72
commit 259030de47
2 changed files with 3 additions and 1 deletions

View file

@ -70,6 +70,7 @@ protected:
GFXTexHandle mBlackTex;
GFXTexHandle mWhiteTex;
GFXTexHandle mNormalTex;
GFXTexHandle mDepthBuffer;
SceneRenderState *mState;
TSShapeInstance *mShapeInstance;