]> git.xonotic.org Git - xonotic/netradiant.git/blobdiff - libs/render.h
gamepack-manager: remove the validated list, as all available packages are validated
[xonotic/netradiant.git] / libs / render.h
index d568edb386216a826a823d6d6799cf24ce45ec83..b2e6c5e92da32472977e1a439845d3b4deea3350 100644 (file)
@@ -84,7 +84,7 @@ void insert( RenderIndex index ){
        m_data.push_back( index );
 }
 void swap( IndexBuffer& other ){
-       std::swap( m_data, m_data );
+       std::swap( m_data, other.m_data );
 }
 };