Default useVirtualScreen to false

This allows the playerYaw value to be captured prior to the menu being displayed, so it should show up in front of the player every time
This commit is contained in:
Simon 2023-01-25 09:45:36 +00:00
parent 63bb383265
commit 9e0a129d07

View file

@ -61,7 +61,7 @@ bool trigger_teleport;
bool cinemamode;
//This is now controlled by the engine
static bool useVirtualScreen = true;
static bool useVirtualScreen = false;
static bool hasIWADs = false;
static bool hasLauncher = false;