fix [-Wdeprecated-copy]

This commit is contained in:
Garux 2021-01-01 19:22:30 +03:00
parent 9ec94f25aa
commit 77439d8b66

View File

@ -705,6 +705,7 @@ FacePlane( const FacePlane& other ) : m_funcStaticOrigin( 0, 0, 0 ){
updateTranslated();
}
}
FacePlane& operator=( const FacePlane& ) = default;
void MakePlane(){
if ( !isDoom3Plane() ) {