dmuratshin 9 years ago
parent
commit
a30e9c36c8
1 changed files with 3 additions and 0 deletions
  1. 3 0
      oxygine/src/Actor.cpp

+ 3 - 0
oxygine/src/Actor.cpp

@@ -205,6 +205,9 @@ namespace oxygine
         stream << " id='" << getObjectID() << "'";
         stream << " id='" << getObjectID() << "'";
         stream << "\n";
         stream << "\n";
 
 
+        if (getUserData())
+            stream << " userData=" << (size_t)getUserData();
+
         if (!getVisible())
         if (!getVisible())
             stream << " invisible";
             stream << " invisible";