add missing default value

This commit is contained in:
MarianoGNU 2015-10-19 12:21:19 -03:00
parent ede0cf20bb
commit 4345009a0e

View file

@ -302,4 +302,5 @@ TextureProgress::TextureProgress()
{
mode=FILL_LEFT_TO_RIGHT;
rad_center_off=Point2();
rad_max_degrees=360;
}