Browse Source

Clarified event description.

Lasse Öörni 12 years ago
parent
commit
78be6bf40b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Engine/Script/ScriptInstance.h

+ 1 - 1
Engine/Script/ScriptInstance.h

@@ -34,7 +34,7 @@ namespace Urho3D
 class Script;
 class ScriptFile;
 
-/// Script object created.
+/// Script object created successfully.
 EVENT(E_SCRIPTOBJECTCREATED, ScriptObjectCreated)
 {
 }