refactor: remove calls to Vec3::newTemp when not returned

This commit is contained in:
orng
2026-03-26 04:19:04 -05:00
parent 9405f38f80
commit bee10e55a8
37 changed files with 6791 additions and 6831 deletions

View File

@@ -19,4 +19,4 @@ Vertex::Vertex(Vec3* pos, float u, float v) {
this->pos = pos;
this->u = u;
this->v = v;
}
}