Update RootModule.cs

This commit is contained in:
ALEXTANG
2023-08-22 11:27:58 +08:00
parent 8e4af31f26
commit d55f6e29d9

View File

@@ -113,8 +113,6 @@ namespace TEngine
BuglyManager.Instance.Init(Resources.Load<BuglyConfig>("BuglyConfig"));
#endif
GameTime.StartFrame();
InitTextHelper();
InitVersionHelper();
InitLogHelper();
@@ -141,7 +139,6 @@ namespace TEngine
private void Update()
{
GameTime.StartFrame();
GameFrameworkModuleSystem.Update(Time.deltaTime, Time.unscaledDeltaTime);
}