mirror of
https://github.com/godotengine/godot.git
synced 2024-11-22 20:23:53 +00:00
Merge pull request #39751 from bruvzg/mingw_build_fix
Fix MinGW build (use uninitialized `ofs` variable introduced in 39701).
This commit is contained in:
commit
d808697760
@ -211,6 +211,8 @@ void JoypadWindows::setup_joypad_object(const DIDEVICEOBJECTINSTANCE *ob, int p_
|
||||
if (slider_count < 2) {
|
||||
ofs = DIJOFS_SLIDER(slider_count);
|
||||
slider_count++;
|
||||
} else {
|
||||
return;
|
||||
}
|
||||
} else
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user