mirror of
https://github.com/smartcmd/MinecraftConsoles.git
synced 2026-08-20 09:57:09 +00:00
Remove rogue back slash
This commit is contained in:
parent
f4d0693714
commit
b39d05267a
|
|
@ -181,7 +181,7 @@ UIController::UIController()
|
||||||
// 4J Stu - This is a bit of a hack until we change the Minecraft initialisation to store the proper screen size for other platforms
|
// 4J Stu - This is a bit of a hack until we change the Minecraft initialisation to store the proper screen size for other platforms
|
||||||
#if defined _WINDOWS64 || defined _DURANGO || defined __ORBIS__
|
#if defined _WINDOWS64 || defined _DURANGO || defined __ORBIS__
|
||||||
m_fScreenWidth = 1920.0f;
|
m_fScreenWidth = 1920.0f;
|
||||||
m_fScreenHeight = 1080.0f;\
|
m_fScreenHeight = 1080.0f;
|
||||||
aar_Width = 1920.0f;
|
aar_Width = 1920.0f;
|
||||||
aar_Height = 1080.0f;
|
aar_Height = 1080.0f;
|
||||||
m_bScreenWidthSetup = false;
|
m_bScreenWidthSetup = false;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue