16
0
mirror of https://github.com/MaSzyna-EU07/maszyna.git synced 2026-07-21 04:39:18 +02:00

reformat: use auto on certain types

This commit is contained in:
jerrrrycho
2026-07-04 04:04:17 +02:00
parent a4c126b4ea
commit f61068ff89
53 changed files with 200 additions and 201 deletions

View File

@@ -45,8 +45,7 @@ std::unique_ptr<TModel3d> vr_openvr::create_hiddenarea_model(vr_interface::eye_e
glm::vec2(0.0f)));
}
std::unique_ptr<TModel3d> model = std::make_unique<TModel3d>();
auto model = std::make_unique<TModel3d>();
model->AppendChildFromGeometry("__root", "none", vertices, gfx::index_array());
model->Init();