Update RootModule.cs

This commit is contained in:
ALEXTANG
2023-06-05 19:31:32 +08:00
parent 2684bd29f5
commit 334698b6e6

View File

@@ -140,7 +140,7 @@ namespace TEngine
private void Update()
{
GameTime.StartFrame();
GameFrameworkEntry.Update(GameTime.deltaTime, GameTime.unscaledDeltaTime);
GameFrameworkEntry.Update(Time.deltaTime, Time.unscaledDeltaTime);
}
private void OnApplicationQuit()