浏览代码

[Bot] Automated dotnet-format update

/main
Ciro Continisio 4 年前
当前提交
4ea5a7a5
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 4
      UOP1_Project/Assets/Scripts/SceneManagement/LocationLoader.cs

4
UOP1_Project/Assets/Scripts/SceneManagement/LocationLoader.cs


_loadingInterface.SetActive(true);
}
if(_scenesToLoadAsyncOperations.Count == 0)
if (_scenesToLoadAsyncOperations.Count == 0)
{
for (int i = 0; i < locationsToLoad.Length; i++)
{

if(runningLoader == null)
if (runningLoader == null)
{
_scenesToLoadAsyncOperations.Add(SceneManager.LoadSceneAsync(currentSceneName, LoadSceneMode.Additive));
_scenesToLoadAsyncOperations[i].completed += SetActiveScene;

正在加载...
取消
保存