no initialization list for WP8

This commit is contained in:
Dale Stammen 2014-11-27 05:21:04 -08:00
parent 1633b7f475
commit 301e947c37
1 changed files with 2 additions and 1 deletions

View File

@ -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;