Changes between Version 1 and Version 2 of Ticket #11399, comment 8


Ignore:
Timestamp:
Apr 15, 2020, 10:48:25 AM (4 years ago)
Author:
macca8

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11399, comment 8

    v1 v2  
    1010With its current positioning, the autosave method is called much later than previously. Is it possible that the extra code that runs inside ''doFrame()'', before the autosave is called, may be changing the status of ''canSaveAutosaveCurrently()'' from false to true?
    1111
    12 Would repositioning ''saveAutosaveIfEnabled()'' from its current position to immediately after ''processInput()'' in the ''doFrame()'' method, placing it closer to its previous position - where it was working properly - and avoiding all the extra code in ''doFrame()'', possibly fix the problem?
     12Would repositioning ''saveAutosaveIfEnabled()'' from its current position to immediately after ''processInput()'' in the ''doFrame()'' method - placing it closer to its previous position, where it was working properly - and avoiding all the extra code in ''doFrame()'', possibly fix the problem?
    1313
    1414It may be completely irrelevant, but I thought it worth asking the question.