fixed a spell error in word.
This commit is contained in:
parent
d959e7988d
commit
c2279c553d
@ -1 +1 @@
|
|||||||
Subproject commit 3fe2e7b806b1d2fd222e4e12daf4ccad5797b19e
|
Subproject commit 1e8268389f01b8d9c1f17f779336f68af848bf55
|
@ -235,7 +235,7 @@ bool MaterialRenderList::Bind(const VertexInputData *vid,const uint ri_index)
|
|||||||
if(assign_binding_count!=1)
|
if(assign_binding_count!=1)
|
||||||
return(false);
|
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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user