mirror of
https://github.com/AxioDL/zeus.git
synced 2025-06-05 22:23:40 +00:00
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…
x
Reference in New Issue
Block a user