aboutsummaryrefslogtreecommitdiff
path: root/test/01HelloWorld/main.cpp
diff options
context:
space:
mode:
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[])