You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-22 15:06:45 +00:00
Fix HTML5 gamepad logic for Emscripten 1.38.22 compat breakage
This commit is contained in:
@@ -970,6 +970,7 @@ bool OS_JavaScript::main_loop_iterate() {
|
||||
}
|
||||
}
|
||||
|
||||
if (emscripten_sample_gamepad_data() == EMSCRIPTEN_RESULT_SUCCESS)
|
||||
process_joypads();
|
||||
|
||||
if (just_exited_fullscreen) {
|
||||
|
||||
Reference in New Issue
Block a user