KSPModdingLibs / KSPCommunityFixes

Community patches for bugs in the KSP codebase
49 stars 17 forks source link

Fixes for issue #206 (BetterUndoRedo) #210

Closed gotmachine closed 5 months ago

gotmachine commented 6 months ago

We need to move calls to EditorLogic.SetBackup() before the actions take place (instead of after), see issue #206

gotmachine commented 6 months ago

Reverted to draft, as I forgot that we need to keep the firing of the GameEvents.onEditorShipModified from SetBackup() at the original point (ie, after the action took place). So more work is needed on those patches...

gotmachine commented 6 months ago

@JonnyOThan feel free to merge and push to a release