mirror of https://github.com/axmolengine/axmol.git
initilization missed.
This commit is contained in:
parent
ae16c88538
commit
361bfad5f8
|
@ -732,7 +732,7 @@ bool ShaderGlow::init()
|
|||
//
|
||||
// ShaderMultiTexture
|
||||
//
|
||||
ShaderMultiTexture::ShaderMultiTexture()
|
||||
ShaderMultiTexture::ShaderMultiTexture():_changedTextureId(0)
|
||||
{
|
||||
init();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue