Skip to content

Commit 09ebbe5

Browse files
committed
fix glut typo
1 parent cf3f778 commit 09ebbe5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/library_glut.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ var LibraryGLUT = {
181181
if(GLUT.specialUpFunc) {
182182
event.preventDefault ();
183183
GLUT.saveModifiers(event);
184-
Runtime.dynCall('viii', GLUT.specialUpFunc, key, [GLUT.lastX, GLUT.lastY]);
184+
Runtime.dynCall('viii', GLUT.specialUpFunc, [key, GLUT.lastX, GLUT.lastY]);
185185
}
186186
}
187187
else

0 commit comments

Comments
 (0)