Fixed for compiler version 0.2.012

This commit is contained in:
2025-05-22 22:13:14 +02:00
parent 721c6079bb
commit 69bafff6e9
7 changed files with 21 additions and 20 deletions

View File

@@ -180,7 +180,7 @@ get_mesh_vb :: (mesh: *Mesh, input: [] Mesh_Vertex_Data_Type) -> Buffer_Handle {
table_add(*mesh.vbs, hash, vb);
}
value, success := table_find(*mesh.vbs, hash);
success, value := table_find_new(*mesh.vbs, hash);
return value;
}