ensure mBaseTexture is initialized

Trac #12298 Signed-off-by: Nicolas Capens git-svn-id: https://angleproject.googlecode.com/svn/trunk@291 736b8ea6-26fd-11df-bfd4-992fa37f6226
parent d08ea900
...@@ -42,6 +42,7 @@ Texture::Texture(Context *context) : mContext(context) ...@@ -42,6 +42,7 @@ Texture::Texture(Context *context) : mContext(context)
mDirtyMetaData = true; mDirtyMetaData = true;
mDirty = true; mDirty = true;
mIsRenderable = false; mIsRenderable = false;
mBaseTexture = NULL;
} }
Texture::~Texture() Texture::~Texture()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment