mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
Update RootModule.cs
This commit is contained in:
@@ -113,8 +113,6 @@ namespace TEngine
|
|||||||
BuglyManager.Instance.Init(Resources.Load<BuglyConfig>("BuglyConfig"));
|
BuglyManager.Instance.Init(Resources.Load<BuglyConfig>("BuglyConfig"));
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
GameTime.StartFrame();
|
|
||||||
|
|
||||||
InitTextHelper();
|
InitTextHelper();
|
||||||
InitVersionHelper();
|
InitVersionHelper();
|
||||||
InitLogHelper();
|
InitLogHelper();
|
||||||
@@ -141,7 +139,6 @@ namespace TEngine
|
|||||||
|
|
||||||
private void Update()
|
private void Update()
|
||||||
{
|
{
|
||||||
GameTime.StartFrame();
|
|
||||||
GameFrameworkModuleSystem.Update(Time.deltaTime, Time.unscaledDeltaTime);
|
GameFrameworkModuleSystem.Update(Time.deltaTime, Time.unscaledDeltaTime);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user