mirror of
https://github.com/AxioDL/zeus.git
synced 2025-12-09 13:37:46 +00:00
Unnecessary const qualification
This commit is contained in:
@@ -122,7 +122,7 @@ public:
|
||||
return vec[i];
|
||||
}
|
||||
|
||||
inline const CMatrix3f orthonormalized() const
|
||||
inline CMatrix3f orthonormalized() const
|
||||
{
|
||||
CMatrix3f ret;
|
||||
ret[0] = vec[0].normalized();
|
||||
|
||||
Reference in New Issue
Block a user