Add missing return removed in 978935d

This commit is contained in:
Marek Roszko 2020-12-16 19:03:27 -05:00
parent 0c3c3ca85d
commit a3c4730a3f
1 changed files with 1 additions and 0 deletions

View File

@ -272,4 +272,5 @@ SGVECTOR& SGVECTOR::operator=( const SGVECTOR& source ) noexcept
vx = source.vx;
vy = source.vy;
vz = source.vz;
return *this;
}