mirror of https://github.com/axmolengine/axmol.git
no initialization list for WP8
This commit is contained in:
parent
1633b7f475
commit
301e947c37
|
@ -78,7 +78,8 @@ namespace cocostudio
|
|||
Vec2 position = Vec2::ZERO;
|
||||
Vec2 scale = Vec2(1.0f, 1.0f);
|
||||
Vec2 anchorPoint = Vec2::ZERO;
|
||||
Color4B color = { 255, 255, 255, 255 };
|
||||
Color4B color(255, 255, 255, 255);
|
||||
|
||||
Vec2 size = Vec2::ZERO;
|
||||
bool flipX = false;
|
||||
bool flipY = false;
|
||||
|
|
Loading…
Reference in New Issue