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>