summaryrefslogtreecommitdiff
path: root/examples/black.rs
diff options
context:
space:
mode:
authorMicha White <botahamec@outlook.com>2022-10-11 21:42:10 -0400
committerMicha White <botahamec@outlook.com>2022-10-11 21:42:10 -0400
commit76ed4fe2d3f96c1c25905875a0d5dacc5ff7ed8a (patch)
treeb327a5decfc7a7706c8911f050545556135f1aa5 /examples/black.rs
parent19811a235d8b6791e4a70a89c0cd21a928de6e95 (diff)
Big performance improvement
Diffstat (limited to 'examples/black.rs')
-rw-r--r--examples/black.rs4
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/black.rs b/examples/black.rs
index fc53ab1..291fafb 100644
--- a/examples/black.rs
+++ b/examples/black.rs
@@ -7,9 +7,9 @@ fn main() {
let start = std::time::Instant::now();
// configure the render window
let config = RenderWindowConfig {
- vsync: false,
+ //vsync: false,
//mode: alligator_render::config::WindowMode::BorderlessFullscreen,
- //title: "Black Screen.exe",
+ title: "Black Screen.exe",
..Default::default()
};