window size stretching fix

This commit is contained in:
2019-07-29 11:38:43 +02:00
parent 49285a71ce
commit 3f62333d66
2 changed files with 3 additions and 4 deletions

View File

@@ -92,7 +92,7 @@ fn main() {
let line_count = 30;
vulkan::init(
vec!["models/box.obj", "models/iski51.obj"],
vec!["models/box.obj"],
(-line_count..=line_count)
.flat_map(|it| vec![
LinePoint { position: [it as f32, -line_count as f32, 0.] },