Browse Source

add missing default value

MarianoGNU 10 năm trước cách đây
mục cha
commit
4345009a0e
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      scene/gui/texture_progress.cpp

+ 1 - 0
scene/gui/texture_progress.cpp

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