mirror of
https://github.com/Sei-Lisa/LSL-PyOptimizer
synced 2025-07-01 23:58:20 +00:00
Change how LSLCalc is handled.
Instead of using an option in the command line, use a global in lslcommon, settable by the main program (only the main LSLCalc program, which differs from LSL-PyOptimizer's main, changes it).
This commit is contained in:
parent
1b6777e47b
commit
7c2c09188d
3 changed files with 9 additions and 7 deletions
|
@ -46,4 +46,7 @@ Bugs = set([6495])
|
|||
# of how LSO's behaviour differs from Mono's in the fine details.
|
||||
LSO = False
|
||||
|
||||
# Set to True by lslcalc's main
|
||||
IsCalc = False
|
||||
|
||||
DataPath = ''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue