You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-04 12:00:25 +00:00
Fix a typo in a variable name
This commit is contained in:
@@ -83,7 +83,7 @@ public:
|
||||
ProgressBar();
|
||||
|
||||
private:
|
||||
float _inderminate_fill_progress = 0;
|
||||
float _indeterminate_fill_progress = 0;
|
||||
|
||||
FillMode mode = FILL_BEGIN_TO_END;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user