mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-07 16:45:10 +00:00
This commit is contained in:
@@ -331,7 +331,7 @@ namespace TEngine
|
||||
float time = 0f;
|
||||
while (!window.IsLoadDone)
|
||||
{
|
||||
time += Time.time;
|
||||
time += Time.deltaTime;
|
||||
if (time > 60f)
|
||||
{
|
||||
break;
|
||||
|
Reference in New Issue
Block a user