1
0
mirror of https://github.com/godotengine/godot.git synced 2026-01-03 19:11:41 +00:00

Fix use uninitialized ofs variable introduced in 39701.

This commit is contained in:
bruvzg
2020-06-22 13:13:22 +03:00
parent 6869d5d190
commit 439c97e0ff

View File

@@ -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;