aboutsummaryrefslogtreecommitdiff
path: root/test/01HelloWorld/main.cpp
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-07-28 23:33:38 +0800
committerchai <chaifix@163.com>2018-07-28 23:33:38 +0800
commitb95d0476ce6535c733cb39b784625d67cb25a150 (patch)
tree99fdd5436d8957a13541a6522783410d3b623a0e /test/01HelloWorld/main.cpp
parent86a534762dc6dc1382724356fb0100db0865513a (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 fa81918..cf6036b 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()
+void onUpdate(float dt)
{
}