Fixed BoundingBox::operator*=
Former-commit-id: ff998c1f7aa93a7b582b689f6b628663d1e921be
This commit is contained in:
parent
e2da6627d4
commit
bf3ebde2cd
|
|
@ -175,8 +175,9 @@ NzBoundingBox<T> NzBoundingBox<T>::operator*(T scalar) const
|
|||
template<typename T>
|
||||
NzBoundingBox<T>& NzBoundingBox<T>::operator*=(T scalar)
|
||||
{
|
||||
aabb *= scalar;
|
||||
obb *= scalar;
|
||||
|
||||
return *this;
|
||||
}
|
||||
|
||||
template<typename T>
|
||||
|
|
|
|||
Loading…
Reference in New Issue