mirror of
https://github.com/clockworkpi/launcher.git
synced 2025-12-12 17:58:50 +01:00
set default GlobalScale to 1
This commit is contained in:
parent
5180b74a91
commit
6e9d146e80
@ -85,6 +85,8 @@ def PreparationInAdv():
|
|||||||
GlobalScale = 2
|
GlobalScale = 2
|
||||||
if "480x640" in modes:
|
if "480x640" in modes:
|
||||||
GlobalScale = 2
|
GlobalScale = 2
|
||||||
|
else:
|
||||||
|
GlobalScale = 1
|
||||||
|
|
||||||
RPC = Xmlrpc('localhost', 6800)
|
RPC = Xmlrpc('localhost', 6800)
|
||||||
PreparationInAdv()
|
PreparationInAdv()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user