style: naming convention

This commit is contained in:
2025-10-13 16:22:57 +02:00
parent f981cee4e0
commit f1a24f576b
16 changed files with 114 additions and 113 deletions

View File

@@ -28,7 +28,7 @@ void Model::draw()
model = glm::scale(model, scale_);
// Set the model matrix in State
State::modelMatrix = model;
State::model_matrix_ = model;
// Draw the mesh
mesh_->draw();