[HTML5] Fix some JS library signature.

This commit is contained in:
Fabio Alessandrelli
2021-06-11 17:15:03 +02:00
parent 12e0f10c74
commit 9b7b0a28b9
4 changed files with 6 additions and 6 deletions
@@ -683,7 +683,7 @@ const GodotDisplay = {
return GodotDisplayScreen.exitFullscreen();
},
godot_js_display_desired_size_set__sig: 'v',
godot_js_display_desired_size_set__sig: 'vii',
godot_js_display_desired_size_set: function (width, height) {
GodotDisplayScreen.desired_size = [width, height];
GodotDisplayScreen.updateSize();