aboutsummaryrefslogtreecommitdiff
path: root/test/01HelloWorld/main.cpp
diff options
context:
space:
mode:
authorchai <chaifix@163.com>2018-08-01 20:26:38 +0800
committerchai <chaifix@163.com>2018-08-01 20:26:38 +0800
commite867de371ed9d38a3e4f51927c8a25a5e8261020 (patch)
tree7174656a847b708b0b81477546c18119fc43a36f /test/01HelloWorld/main.cpp
parentd2828a07043d7cddb982413703ae89477d9496ff (diff)
*update
Diffstat (limited to 'test/01HelloWorld/main.cpp')
-rw-r--r--test/01HelloWorld/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/01HelloWorld/main.cpp b/test/01HelloWorld/main.cpp
index a1b1a70..62c059f 100644
--- a/test/01HelloWorld/main.cpp
+++ b/test/01HelloWorld/main.cpp
@@ -12,14 +12,14 @@ void onEvent(jin::input::Event* e)
game->stop();
}
-void onUpdate(int dt)
+void onUpdate(int ms)
{
}
void onDraw()
{
-
+
}
int main(int argc, char* argv[])