Skip to content

Commit

Permalink
docs: fix wrong variable name on example (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoborks authored Mar 6, 2024
1 parent a23f6d1 commit 7017447
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -346,7 +346,7 @@ ISceneManager standardSceneManager = new SceneManager();
ISceneLoader coroutineSceneLoader = new SceneLoaderCoroutine(standardSceneManager);

ISceneManager addressableSceneManager = new SceneManagerAddressable();
ISceneLoader asyncSceneLoader = new SceneLoaderAsync(addressableSceneLoader);
ISceneLoader asyncSceneLoader = new SceneLoaderAsync(addressableSceneManager);
```

You can also define the scene loader types as their `ISceneLoaderAsync` implementations:
Expand Down

0 comments on commit 7017447

Please sign in to comment.