Math/Box: Rename FromExtends to FromExtents

This commit is contained in:
SirLynix
2023-09-08 09:06:26 +02:00
parent 5f8b7b361e
commit aef8b01f15
8 changed files with 14 additions and 14 deletions

View File

@@ -328,7 +328,7 @@ namespace Nz
return false;
}
m_frames[i].bounds = Boxf::FromExtends(min, max);
m_frames[i].bounds = Boxf::FromExtents(min, max);
}
if (!Advance())