to support GLM_FORCE_AVX2

This commit is contained in:
2024-08-05 01:25:49 +08:00
parent c0e4c7fe7e
commit 9443dd5942
5 changed files with 9 additions and 9 deletions

View File

@@ -87,9 +87,9 @@ bool InitGizmoScaleStaticMesh()
{
Transform tm;
constexpr const Vector3f one_scale(2);
constexpr const Vector3f plane_scale(2);
constexpr const Vector3f cylinder_scale(0.35f,0.35f,4.0f);
const Vector3f one_scale(2);
const Vector3f plane_scale(2);
const Vector3f cylinder_scale(0.35f,0.35f,4.0f);
{
tm.SetScale(cylinder_scale);