mirror of https://github.com/axmolengine/axmol.git
fixes color assignment
This commit is contained in:
parent
2f715b0b0f
commit
071882df43
|
@ -1 +1 @@
|
||||||
f8e384ade22b4fae747d81a9638e6045482bccf8
|
f7384981e3f17b7d35704dd09d4487ad9d920263
|
|
@ -1624,6 +1624,7 @@ public:
|
||||||
enum {
|
enum {
|
||||||
kOpacity = 1,
|
kOpacity = 1,
|
||||||
kColor,
|
kColor,
|
||||||
|
kTextureAtlas,
|
||||||
kAtlasIndex,
|
kAtlasIndex,
|
||||||
kBatchNode,
|
kBatchNode,
|
||||||
kTransform,
|
kTransform,
|
||||||
|
|
Loading…
Reference in New Issue