changes after develop merge

This commit is contained in:
2025-08-15 17:03:18 +02:00
parent c3e78b5db2
commit f7fd7ff51d
9 changed files with 23 additions and 18 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ public partial class SceneTransition : Node
public void LoadSceneAtIndex(int index)
{
string sceneName = _sceneNamesToLoad[index];
SceneTransitionThreaded.Instance.ChangeSceneToFile(sceneName);
SceneTransitionThreaded.Instance.ChangeSceneToFileThreaded(sceneName);
UnloadAfterDelay();
}