fixed minor regression, cleaned up source tree

This commit is contained in:
2019-08-05 18:26:43 -07:00
parent 1f33d96ae5
commit 28878dc345
9 changed files with 39 additions and 116 deletions

View File

@@ -301,7 +301,7 @@ impl<'a> VkProcessor<'a> {
println!("Allocating Buffers...");
let color = [0.,0.,0.,0.];
let color = [1.,0.,0.,0.];
let vertex_buffer = {