Renamed some glm::vec3 to Vector3

This commit is contained in:
Antoine Pilote
2023-07-19 00:31:22 -04:00
parent 3800587c07
commit 4e4d203666
24 changed files with 59 additions and 96 deletions

View File

@@ -28,7 +28,7 @@ public:
component.Size.z = std::max(component.Size.z, 0.0001f);
ImGui::TableNextColumn();
ComponentTableReset(component.Size, glm::vec3(0.5f, 0.5f, 0.5f));
ComponentTableReset(component.Size, Vector3(0.5f, 0.5f, 0.5f));
}
ImGui::TableNextColumn();
{