fixed a spell error in word.

This commit is contained in:
HuYingzhuo(hugo/hyzboy) 2023-09-06 17:06:12 +08:00
parent d959e7988d
commit c2279c553d
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 3fe2e7b806b1d2fd222e4e12daf4ccad5797b19e
Subproject commit 1e8268389f01b8d9c1f17f779336f68af848bf55

View File

@ -235,7 +235,7 @@ bool MaterialRenderList::Bind(const VertexInputData *vid,const uint ri_index)
if(assign_binding_count!=1)
return(false);
vbo_list->Add(assign_buffer->GetAssignVBO(),ASSIGN_VBO_STIDE_BYTES*ri_index);
vbo_list->Add(assign_buffer->GetAssignVBO(),ASSIGN_VBO_STRIDE_BYTES*ri_index);
}
}