diff options
author | chai <chaifix@163.com> | 2018-07-31 11:52:53 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-07-31 11:52:53 +0800 |
commit | d2828a07043d7cddb982413703ae89477d9496ff (patch) | |
tree | 85a6b0e34f79f87a6317727dffa8683be39f97ee /test/01HelloWorld/main.cpp | |
parent | 727fbae9d16f531c47e2462c40d8a5065e4d9909 (diff) |
*update
Diffstat (limited to 'test/01HelloWorld/main.cpp')
-rw-r--r-- | test/01HelloWorld/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/01HelloWorld/main.cpp b/test/01HelloWorld/main.cpp index cf6036b..a1b1a70 100644 --- a/test/01HelloWorld/main.cpp +++ b/test/01HelloWorld/main.cpp @@ -12,7 +12,7 @@ void onEvent(jin::input::Event* e) game->stop(); } -void onUpdate(float dt) +void onUpdate(int dt) { } |