Fixes a lot of warnings and move math enums to enum classes
This commit is contained in:
@@ -63,7 +63,7 @@ namespace Nz
|
||||
Box<T> localBox;
|
||||
|
||||
private:
|
||||
Vector3<T> m_corners[BoxCorner_Max+1]; // Ne peuvent pas être modifiés directement
|
||||
Vector3<T> m_corners[BoxCornerCount];
|
||||
};
|
||||
|
||||
using OrientedBoxd = OrientedBox<double>;
|
||||
|
||||
Reference in New Issue
Block a user