Fixes
This commit is contained in:
parent
9674f68516
commit
753de2dbbb
@ -123,7 +123,7 @@ const SphericalOf<T> SphericalOf<T>::down =
|
||||
template <typename T>
|
||||
SphericalOf<T> SphericalOf<T>::WithDistance(float distance) {
|
||||
SphericalOf<T> v = SphericalOf<T>(distance, this->direction);
|
||||
return SphericalOf<T>();
|
||||
return v;
|
||||
}
|
||||
|
||||
template <typename T> SphericalOf<T> SphericalOf<T>::operator-() const {
|
||||
|
Loading…
x
Reference in New Issue
Block a user