diff options
author | Behdad Esfahbod <behdad@behdad.org> | 2012-04-05 15:50:13 -0400 |
---|---|---|
committer | Behdad Esfahbod <behdad@behdad.org> | 2012-04-05 15:50:13 -0400 |
commit | 4f833572c5d7e759045a03d5b61a4252684c30b8 (patch) | |
tree | 12e45400779b549d029b0a687046e5891aa8f4ab /src | |
parent | 7b3201eba1311c1be7382ddfa3d7a2ae151e36dc (diff) |
Add missing dep
Diffstat (limited to 'src')
-rw-r--r-- | src/library_glut.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library_glut.js b/src/library_glut.js index 51d87a34..9c748177 100644 --- a/src/library_glut.js +++ b/src/library_glut.js @@ -421,7 +421,7 @@ var LibraryGLUT = { } }, - glutMainLoop__deps: ['$GLUT', 'glutPostRedisplay'], + glutMainLoop__deps: ['$GLUT', 'glutReshapeWindow', 'glutPostRedisplay'], glutMainLoop: function() { window.addEventListener("keydown", GLUT.onKeydown, true); |