Fixed the ever-elusive crash when using lightmaps: Discard all lightmap requests...
[supertux.git] / src / refcounter.hpp
index 0a56b06..e810efe 100644 (file)
@@ -44,7 +44,6 @@ public:
     refcount--;
     if(refcount <= 0) {
       delete this;
-      return;
     }
   }