diff options
author | chai <chaifix@163.com> | 2018-07-28 23:33:38 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-07-28 23:33:38 +0800 |
commit | b95d0476ce6535c733cb39b784625d67cb25a150 (patch) | |
tree | 99fdd5436d8957a13541a6522783410d3b623a0e /test/01HelloWorld/main.cpp | |
parent | 86a534762dc6dc1382724356fb0100db0865513a (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 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) { } |