mirror of
https://github.com/bkaradzic/bgfx.git
synced 2026-02-18 04:53:06 +01:00
Cleanup.
This commit is contained in:
@@ -1057,7 +1057,7 @@ void mtxFromSrt(float* _outMtx, const Srt& _srt)
|
||||
|
||||
bool isNearZero(float _v)
|
||||
{
|
||||
return equal(_v, 0.0f, 0.00001f);
|
||||
return isEqual(_v, 0.0f, 0.00001f);
|
||||
}
|
||||
|
||||
bool isNearZero(const Vec3& _v)
|
||||
|
||||
Reference in New Issue
Block a user