aboutsummaryrefslogtreecommitdiff
path: root/src/library_sdl.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/library_sdl.js')
-rw-r--r--src/library_sdl.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/library_sdl.js b/src/library_sdl.js
index d1247f9e..4c125989 100644
--- a/src/library_sdl.js
+++ b/src/library_sdl.js
@@ -280,7 +280,7 @@ mergeInto(LibraryManager.library, {
},
SDL_Quit: function() {
- print('SDL_Quit called (and ignored)');
+ Module.print('SDL_Quit called (and ignored)');
},
SDL_LockSurface: function(surf) {
@@ -369,7 +369,7 @@ mergeInto(LibraryManager.library, {
},
SDL_Delay: function(delay) {
- print('SDL_Delay called! - potential infinite loop');
+ Module.print('SDL_Delay called! - potential infinite loop');
},
SDL_WM_SetCaption: function(title, icon) {