diff options
Diffstat (limited to 'src/library_egl.js')
-rw-r--r-- | src/library_egl.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library_egl.js b/src/library_egl.js index 6ad226f0..f1558f80 100644 --- a/src/library_egl.js +++ b/src/library_egl.js @@ -12,7 +12,7 @@ var LibraryEGL = { return 1; }, - eglMakeCurrent: function(display, surface, surface, context) { return 1 }, + eglMakeCurrent: function(display, surface, surface_, context) { return 1 }, eglSwapBuffers: function() {}, }; |