diff options
| author | Micha White <botahamec@outlook.com> | 2022-10-12 13:29:42 -0400 |
|---|---|---|
| committer | Micha White <botahamec@outlook.com> | 2022-10-12 13:29:42 -0400 |
| commit | 630a917c245844a0b56bbefad9902cdcd87103ad (patch) | |
| tree | 3cd3528a5475d84b839642a6a23e6b0686890bd1 /examples | |
| parent | b15126ef266cc9e364e9fe155fd6941779249579 (diff) | |
Fixed texture bug
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/bmp.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/bmp.rs b/examples/bmp.rs index b8e4011..af425ff 100644 --- a/examples/bmp.rs +++ b/examples/bmp.rs @@ -12,8 +12,8 @@ fn main() { instance_capacity: 2, default_width: NonZeroU32::new(1280).unwrap(), default_height: NonZeroU32::new(720).unwrap(), - //mode: alligator_render::config::WindowMode::BorderlessFullscreen, - //vsync: false, + mode: alligator_render::config::WindowMode::BorderlessFullscreen, + vsync: false, ..Default::default() }; |
