merge bugfix
Dependencies
- [2]
M7UODV5HMerge text0 - [3]
HZFGZQCDrestart on a remote command from the driver - [4]
BRBXUGRGresolve conflicts - [5]
Y5XAFGMWMerge text.love - [6]
DSDKFEUKpersist window geometry to disk across restart - [7]
JOPVPUSAediting source code from within the app - [8]
36Z442IVback to commit 8123959e52f without code editing - [9]
AJB4LFRBtry to maintain a reasonable line width - [*]
OTIBCAUJlove2d scaffold
Change contents
- edit in main.lua at line 34
Arg, Unfiltered_arg = arg, unfiltered_arg - replacement in main.lua at line 55
if on.initialize then on.initialize(arg) endif on.initialize then on.initialize(arg, unfiltered_arg) end - replacement in main.lua at line 105
if on.initialize then on.initialize() endif on.initialize then on.initialize(Arg, Unfiltered_arg) end