mirror of https://github.com/AxioDL/zeus.git
Unnecessary const qualification
This commit is contained in:
parent
33c357ecc6
commit
f9f432be97
|
@ -122,7 +122,7 @@ public:
|
|||
return vec[i];
|
||||
}
|
||||
|
||||
inline const CMatrix3f orthonormalized() const
|
||||
inline CMatrix3f orthonormalized() const
|
||||
{
|
||||
CMatrix3f ret;
|
||||
ret[0] = vec[0].normalized();
|
||||
|
|
Loading…
Reference in New Issue