mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/4jcraft.git
synced 2026-06-20 07:55:35 +00:00
refactor: remove calls to Vec3::newTemp when not returned
This commit is contained in:
@@ -19,4 +19,4 @@ Vertex::Vertex(Vec3* pos, float u, float v) {
|
||||
this->pos = pos;
|
||||
this->u = u;
|
||||
this->v = v;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user