Browse Source

Remove AddListener call. [ci skip]

aster2013 11 years ago
parent
commit
e7d829277d
1 changed files with 0 additions and 2 deletions
  1. 0 2
      Source/Engine/Urho2D/Drawable2D.cpp

+ 0 - 2
Source/Engine/Urho2D/Drawable2D.cpp

@@ -239,8 +239,6 @@ void Drawable2D::OnNodeSet(Node* node)
 
 
     if (node)
     if (node)
     {
     {
-        node->AddListener(this);
-
         Scene* scene = GetScene();
         Scene* scene = GetScene();
         if (scene)
         if (scene)
         {
         {