小优化

This commit is contained in:
SoulliesOfficial
2025-05-10 23:55:51 -04:00
parent ab2f79090e
commit 002bb875a0
4 changed files with 33 additions and 1 deletions

View File

@@ -21,7 +21,10 @@ namespace Ichni.StartMenu
else if (instance != this)
{
Destroy(gameObject);
return;
}
Application.targetFrameRate = 90;
}
}
}