diff options
author | chai <chaifix@163.com> | 2018-12-23 01:06:46 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-12-23 01:06:46 +0800 |
commit | 5b8b5c95589e615afda3f0d67db612b64297c2a0 (patch) | |
tree | 976de20f8a317c1dfb07ed1914ff8bebc4242005 /src/libjin/time/je_timer.cpp | |
parent | 6afaad9b9490d4b70a0bea4a8289cc637194abc7 (diff) |
*shader and time
Diffstat (limited to 'src/libjin/time/je_timer.cpp')
-rw-r--r-- | src/libjin/time/je_timer.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libjin/time/je_timer.cpp b/src/libjin/time/je_timer.cpp index 5de3e26..ef5a040 100644 --- a/src/libjin/time/je_timer.cpp +++ b/src/libjin/time/je_timer.cpp @@ -116,6 +116,8 @@ namespace JinEngine } } + float deltaTime = 0; + } // namespace Time } // namespace JinEngine |