diff options
author | chai <chaifix@163.com> | 2018-12-06 17:26:07 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-12-06 17:26:07 +0800 |
commit | 4486beab7beb6a80ba6a89bfa73c0fbc9708ca74 (patch) | |
tree | deccf075c5236a03a8e0c715445367d47cd0f99d /src/libjin/game/je_application.cpp | |
parent | b3712ebdf148bd8d2d31e70734a4b7923f6038f8 (diff) |
*singleton
Diffstat (limited to 'src/libjin/game/je_application.cpp')
-rw-r--r-- | src/libjin/game/je_application.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libjin/game/je_application.cpp b/src/libjin/game/je_application.cpp index 9460738..1a3c5ed 100644 --- a/src/libjin/game/je_application.cpp +++ b/src/libjin/game/je_application.cpp @@ -59,7 +59,7 @@ namespace JinEngine quitloop:; } - bool Application::initSystem(const SettingBase* setting) + bool Application::startSystem(const SettingBase* setting) { if (setting == nullptr) return false; |