aboutsummaryrefslogtreecommitdiff
path: root/test/01HelloWorld/main.cpp
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-07-31 11:52:53 +0800
committerchai <chaifix@163.com>2018-07-31 11:52:53 +0800
commitd2828a07043d7cddb982413703ae89477d9496ff (patch)
tree85a6b0e34f79f87a6317727dffa8683be39f97ee /test/01HelloWorld/main.cpp
parent727fbae9d16f531c47e2462c40d8a5065e4d9909 (diff)
*update
Diffstat (limited to 'test/01HelloWorld/main.cpp')
-rw-r--r--test/01HelloWorld/main.cpp2
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)
{
}