merge bugfix

akkartik
May 6, 2025, 10:49 PM
ANFAN2K3GGBHGMFQOYUCE2IXTJCBY3QFA7Z7JQAXKFVNFECIV7NAC

Dependencies

  • [2] M7UODV5H Merge text0
  • [3] HZFGZQCD restart on a remote command from the driver
  • [4] BRBXUGRG resolve conflicts
  • [5] Y5XAFGMW Merge text.love
  • [6] DSDKFEUK persist window geometry to disk across restart
  • [7] JOPVPUSA editing source code from within the app
  • [8] 36Z442IV back to commit 8123959e52f without code editing
  • [9] AJB4LFRB try to maintain a reasonable line width
  • [*] OTIBCAUJ love2d scaffold

Change contents

  • edit in main.lua at line 34
    [4.56]
    [5.2424]
    Arg, Unfiltered_arg = arg, unfiltered_arg
  • replacement in main.lua at line 55
    [5.103][2.105:152]()
    if on.initialize then on.initialize(arg) end
    [5.103]
    [5.187463]
    if on.initialize then on.initialize(arg, unfiltered_arg) end
  • replacement in main.lua at line 105
    [3.138][3.138:182]()
    if on.initialize then on.initialize() end
    [3.138]
    [3.182]
    if on.initialize then on.initialize(Arg, Unfiltered_arg) end