Ver Fonte

Removed unnecessary line of code.

Lasse Öörni há 11 anos atrás
pai
commit
2153a5dfc5
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      Source/Urho3D/Urho2D/Renderer2D.cpp

+ 0 - 1
Source/Urho3D/Urho2D/Renderer2D.cpp

@@ -226,7 +226,6 @@ void Renderer2D::RemoveDrawable(Drawable2D* drawable)
             break;
     }
 
-    materialDirtyDrawables_.Remove(drawable);
     orderDirty_ = true;
 }