diff options
author | chai <chaifix@163.com> | 2018-11-26 08:37:17 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-11-26 08:37:17 +0800 |
commit | 24b712a956a48f43788e1c11e121aedf52e22278 (patch) | |
tree | 0bbccc98f1cb24c44cfb58ca99ce305b9f513e09 /src/libjin/time/je_timer.h | |
parent | 1d54138b94a384917d47abd8109c586b1b7ac323 (diff) |
*粒子系统
Diffstat (limited to 'src/libjin/time/je_timer.h')
-rw-r--r-- | src/libjin/time/je_timer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libjin/time/je_timer.h b/src/libjin/time/je_timer.h index 31cd322..f9feebe 100644 --- a/src/libjin/time/je_timer.h +++ b/src/libjin/time/je_timer.h @@ -71,7 +71,7 @@ namespace JinEngine /// /// /// - Handler* every(float dt, TimerCallback callback, void* paramters, FinishCallback finish); + Handler* every(float dt, TimerCallback callback, void* paramters = nullptr, FinishCallback finish = nullptr); /// /// |