Skip to content

Commit

Permalink
Updated documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
intentor committed Mar 12, 2015
1 parent 74ac198 commit 4412147
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 @@ -848,7 +848,7 @@ public void OnSomeActionFinished() {

#### A note about scene destruction and commands

When a scene is destroyed, all the commands will be released and all the registrations will be disposed.
When a scene is destroyed, all commands will be released and all registrations will be disposed.

So, if you're using a <a href="#static-containers">container that will live through scenes</a>, be aware that all commands will have to be registered again.

Expand Down

0 comments on commit 4412147

Please sign in to comment.