CCDraw: try to fix is_painted property after used kill()

This commit is contained in:
2016-01-28 21:12:46 +01:00
committed by M. Liebmann
parent 65de6dee9f
commit be1f555e37

View File

@@ -676,7 +676,7 @@ void CCDraw::kill(const fb_pixel_t& bg_color, const int& corner_radius, const in
}
}
if (fblayer_type == CC_FBDATA_TYPE_BOX){
if (fblayer_type == CC_FBDATA_TYPES){
firstPaint = true;
is_painted = false;
}