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();
|
updateTranslated();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
FacePlane& operator=( const FacePlane& ) = default;
|
||||||
|
|
||||||
void MakePlane(){
|
void MakePlane(){
|
||||||
if ( !isDoom3Plane() ) {
|
if ( !isDoom3Plane() ) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user