Fix typo.
This commit is contained in:
parent
2b23d97d1d
commit
db380be946
@ -353,7 +353,7 @@ inline scalar Vector4::component(uint idx) const
|
|||||||
return 0.0f;
|
return 0.0f;
|
||||||
}
|
}
|
||||||
|
|
||||||
inline const scalar * Vector3::ptr() const
|
inline const scalar * Vector4::ptr() const
|
||||||
{
|
{
|
||||||
return &m_x;
|
return &m_x;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user