mirror of
https://github.com/italicsjenga/rust_minifb.git
synced 2024-12-23 11:21:30 +11:00
Set back width to 640
This commit is contained in:
parent
2b8094cc6c
commit
29721b0eeb
|
@ -2,7 +2,7 @@ extern crate minifb;
|
|||
|
||||
use minifb::{Window, Key, Scale, WindowOptions};
|
||||
|
||||
const WIDTH: usize = 2560;
|
||||
const WIDTH: usize = 640;
|
||||
const HEIGHT: usize = 360;
|
||||
|
||||
fn main() {
|
||||
|
|
Loading…
Reference in a new issue