diff options
author | chai <chaifix@163.com> | 2018-08-05 23:55:04 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-08-05 23:55:04 +0800 |
commit | bd848890aa59da667feede96910105c3adab349e (patch) | |
tree | d1a3d6ed45c269ea93f449b849354a3d1794130f /test/02Audio/audiotest.cpp | |
parent | 59149e80f72bb56ea44fee9482ea92a640cc5c32 (diff) |
*update
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) { } |