mirror of https://github.com/wayvr-org/wayvr.git
make virtual display square
This commit is contained in:
parent
ab578b8e35
commit
4cf84e19f0
|
|
@ -146,7 +146,7 @@ pub enum TickTask {
|
|||
|
||||
const KEY_REPEAT_DELAY: i32 = 200;
|
||||
const KEY_REPEAT_RATE: i32 = 50;
|
||||
const WAYVR_SCREEN_RES: [i32; 2] = [2560, 1440];
|
||||
const WAYVR_SCREEN_RES: [i32; 2] = [2560, 2560];
|
||||
|
||||
impl WvrServerState {
|
||||
pub fn new(
|
||||
|
|
|
|||
Loading…
Reference in New Issue