From 44121470d02de8597723594f0b3aa961c3219d6d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Intentor=20Martins?= Date: Thu, 12 Mar 2015 14:55:38 -0300 Subject: [PATCH] Updated documentation. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 30e366d..778d863 100755 --- a/README.md +++ b/README.md @@ -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 container that will live through scenes, be aware that all commands will have to be registered again.