Merge pull request #6427 from MarianoGnu/master

Explicitly initialize TextureProgress's initial angle value.
This commit is contained in:
Mariano Javier Suligoy 2016-09-07 20:01:58 -03:00 committed by GitHub
commit 462c171c65

View file

@ -297,6 +297,7 @@ void TextureProgress::_bind_methods() {
TextureProgress::TextureProgress()
{
mode=FILL_LEFT_TO_RIGHT;
rad_init_angle=0;
rad_center_off=Point2();
rad_max_degrees=360;
}