fix [-Wdeprecated-copy]
This commit is contained in:
parent
9ec94f25aa
commit
77439d8b66
|
|
@ -705,6 +705,7 @@ FacePlane( const FacePlane& other ) : m_funcStaticOrigin( 0, 0, 0 ){
|
|||
updateTranslated();
|
||||
}
|
||||
}
|
||||
FacePlane& operator=( const FacePlane& ) = default;
|
||||
|
||||
void MakePlane(){
|
||||
if ( !isDoom3Plane() ) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user