Q3map2:
* fix crash with nonpthreads xmllib + multithreading + output to system console * number of code fixes Radiant: misc... * fix: clone group ent / map import / saving map as : group ents name labels at 0,0,0; * number of code fixes
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user