Auto stash before merge of "main" and "origin/main"

This commit is contained in:
2025-11-30 01:32:25 +03:00
parent 6fd3a695cf
commit 57ba809076
3 changed files with 20 additions and 5 deletions

View File

@@ -222,7 +222,7 @@ int main()
CubeMesh cube{std::move(vbo), std::move(ebo)};
cube.set_origin({0.f, 0.f, 0.f});
cube.set_scale({1.f, 2.f, 1.f});
cube.set_scale({2.f, 2.f, 2.f});
cube.set_rotation(RotationAngles{});
// ---------- OpenGL buffers ----------