mirror of https://github.com/axmolengine/axmol.git
Constant value error (ccui.Layout.BACKGROUND_IMAGE_ZORDER )
This commit is contained in:
parent
e73906a119
commit
dd0edac171
|
@ -48,7 +48,7 @@ ccui.Layout.RELATIVE = 3;
|
|||
ccui.Layout.CLIPPING_STENCIL = 0;
|
||||
ccui.Layout.CLIPPING_SCISSOR = 1;
|
||||
|
||||
ccui.Layout.BACKGROUND_IMAGE_ZORDER = -2;
|
||||
ccui.Layout.BACKGROUND_IMAGE_ZORDER = -1;
|
||||
ccui.Layout.BACKGROUND_RENDERER_ZORDER = -2;
|
||||
|
||||
/*
|
||||
|
|
Loading…
Reference in New Issue