diff options
Diffstat (limited to 'test/02Audio/audiotest.cpp')
-rw-r--r-- | test/02Audio/audiotest.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/02Audio/audiotest.cpp b/test/02Audio/audiotest.cpp index d4b8975..4576cfa 100644 --- a/test/02Audio/audiotest.cpp +++ b/test/02Audio/audiotest.cpp @@ -13,7 +13,7 @@ void onEvent(jin::input::Event* e) game->stop(); } -void onUpdate(float dt) +void onUpdate(int ms) { } |