diff options
| author | Micha White <botahamec@outlook.com> | 2022-10-11 21:42:10 -0400 |
|---|---|---|
| committer | Micha White <botahamec@outlook.com> | 2022-10-11 21:42:10 -0400 |
| commit | 76ed4fe2d3f96c1c25905875a0d5dacc5ff7ed8a (patch) | |
| tree | b327a5decfc7a7706c8911f050545556135f1aa5 /examples/black.rs | |
| parent | 19811a235d8b6791e4a70a89c0cd21a928de6e95 (diff) | |
Big performance improvement
Diffstat (limited to 'examples/black.rs')
| -rw-r--r-- | examples/black.rs | 4 |
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() }; |
