mirror of
https://github.com/clockworkpi/launcher.git
synced 2026-03-18 18:02:46 +01:00
set default GlobalScale to 1
This commit is contained in:
@@ -85,6 +85,8 @@ def PreparationInAdv():
|
||||
GlobalScale = 2
|
||||
if "480x640" in modes:
|
||||
GlobalScale = 2
|
||||
else:
|
||||
GlobalScale = 1
|
||||
|
||||
RPC = Xmlrpc('localhost', 6800)
|
||||
PreparationInAdv()
|
||||
|
||||
Reference in New Issue
Block a user