diff options
Diffstat (limited to 'src/library_sdl.js')
-rw-r--r-- | src/library_sdl.js | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/library_sdl.js b/src/library_sdl.js index c77a684c..533e69aa 100644 --- a/src/library_sdl.js +++ b/src/library_sdl.js @@ -2,7 +2,7 @@ mergeInto(Library, { SDL_Init: function(what) { SDL_INFO = { width: 320, - height: 240, + height: 240 }; SDL_SURFACES = {}; return 1; @@ -96,6 +96,6 @@ mergeInto(Library, { SDL_ShowCursor: function(toggle) { // TODO - }, + } }); |