Skip to content

Commit abb218a

Browse files
authored
Update README.md
1 parent 706c9cc commit abb218a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ static LoadManager instance
4242

4343
The load manager works by taking enumerators and advancing them automatically if the frame doesn't need to yield yet and yielding to the next frame when appropriate.
4444

45-
When implementing a loading enumerator, use 'yield return null' to indicate that a frame could yield here if it is need (a good place would be to place a 'yield return null' between objects that are created). A loading enumerator can also yield another enumerator which will then be loaded.
45+
When implementing a loading enumerator, use 'yield return null' to indicate that a frame could yield here if it is needed (a good place would be to place a 'yield return null' between objects that are created). A loading enumerator can also yield another enumerator which will then be loaded.
4646

4747
**Example**
4848

0 commit comments

Comments
 (0)