mirror of
https://github.com/godotengine/godot.git
synced 2025-02-11 05:10:54 +00:00
[Windows] Fix GCC MinGW warnings.
This commit is contained in:
parent
77f4670d00
commit
379df32a98
@ -85,6 +85,8 @@ private:
|
||||
last_pad = -1;
|
||||
attached = false;
|
||||
confirmed = false;
|
||||
di_joy = nullptr;
|
||||
guid = {};
|
||||
|
||||
for (int i = 0; i < MAX_JOY_BUTTONS; i++) {
|
||||
last_buttons[i] = false;
|
||||
|
Loading…
Reference in New Issue
Block a user