Skip to content

Commit

Permalink
glfw: fix typo (#18941)
Browse files Browse the repository at this point in the history
which lead to bad signature in table
  • Loading branch information
pmp-p authored Mar 12, 2023
1 parent 0a7d8a8 commit 57b21b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/library_glfw.js
Original file line number Diff line number Diff line change
Expand Up @@ -1610,7 +1610,7 @@ var LibraryGLFW = {
return prevcbfun;
},

glfwSetWindowContentScaleCallback_sig: 'iii',
glfwSetWindowContentScaleCallback__sig: 'iii',
glfwSetWindowContentScaleCallback: function(winid, cbfun) {
var win = GLFW.WindowFromId(winid);
if (!win) return null;
Expand Down

0 comments on commit 57b21b8

Please sign in to comment.