Math: Rework Box and Rect classes
This commit is contained in:
@@ -328,7 +328,7 @@ namespace Nz
|
||||
return false;
|
||||
}
|
||||
|
||||
m_frames[i].bounds.Set(min, max);
|
||||
m_frames[i].bounds = Boxf::FromExtends(min, max);
|
||||
}
|
||||
|
||||
if (!Advance())
|
||||
|
||||
Reference in New Issue
Block a user