documentation

This commit is contained in:
2020-03-14 00:38:00 -07:00
parent 268c605d32
commit 626eac4e86
3 changed files with 18 additions and 16 deletions

View File

@@ -507,6 +507,7 @@ impl CanvasState {
.unwrap().clone().get_handle() as usize
).unwrap();
if !allocated_buffers.image_vertex_buffer.is_empty() {
for (image_handle, vertex_buffer) in allocated_buffers.image_vertex_buffer.clone() {
let handle = image_handle.clone().get_handle() as usize;