Fixed for compiler version 0.2.012
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user