fixed minor regression, cleaned up source tree
This commit is contained in:
@@ -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 = {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user