1
0
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:
Marwen Azouzi
2025-05-09 00:06:56 +02:00
parent 8f78e7510d
commit 720712b21e
2 changed files with 15 additions and 15 deletions

View File

@@ -83,7 +83,7 @@ public:
ProgressBar();
private:
float _inderminate_fill_progress = 0;
float _indeterminate_fill_progress = 0;
FillMode mode = FILL_BEGIN_TO_END;
};