diff options
author | chai <chaifix@163.com> | 2018-07-31 12:19:22 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-07-31 12:19:22 +0800 |
commit | a5bb008eb554daf26f55b5fe43b0fa12ffb15973 (patch) | |
tree | 1eac93471b855ef878d3fd6a4614cfacb1ea6464 /src/libjin/Core/Game.h | |
parent | 7ac86950d3a89a996974e8406ee88e8f5f44187d (diff) |
*update
Diffstat (limited to 'src/libjin/Core/Game.h')
-rw-r--r-- | src/libjin/Core/Game.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libjin/Core/Game.h b/src/libjin/Core/Game.h index 9359487..31f32d8 100644 --- a/src/libjin/Core/Game.h +++ b/src/libjin/Core/Game.h @@ -18,7 +18,7 @@ namespace core typedef void(*onLoad)(); typedef void(*onEvent)(jin::input::Event* e); - typedef void(*onUpdate)(float dt); + typedef void(*onUpdate)(int dt); typedef void(*onDraw)(); struct Setting : SettingBase |