small fixes

This commit is contained in:
Chandler Cox
2023-10-25 10:46:04 -05:00
parent bfaae46c7e
commit 66a709f09e
2 changed files with 1 additions and 2 deletions

View File

@@ -103,7 +103,7 @@ public:
/// <summary>
/// Meshes scaling.
/// </summary>
Vector3 Scaling = Vector3(1);
Vector3 Scaling = Vector3::One;
public:
/// <summary>

View File

@@ -1,6 +1,5 @@
// Copyright (c) 2012-2023 Wojciech Figat. All rights reserved.
#include "OpenFBX/ofbx.h"
#if COMPILE_WITH_MODEL_TOOL && USE_ASSIMP
#include "ModelTool.h"