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)
mDirtyMetaData = true;
mDirty = true;
mIsRenderable = false;
mBaseTexture = NULL;
}
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