Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Problem with Undo

A topic by quantumodo created 24 days ago Views: 43 Replies: 2
Viewing posts 1 to 2

Hi, 

I'm loving the new version of the app, but I have found a problem in several games (including this one [0.5.9.53]-she-hulk-zola-(253)-(487953834).json). When I press "Undo", the game returns to the last action, but I can only repeat that action. The interface does not allow to select a different one than the last that you performed. If I want to really undo it and select a different one, I need to press "Undo" again. 

Thanks in advance!

Developer

Hi @quantumodo,

Thank you for your report!

It appears that the issue you’re experiencing is related to our new fast_undo feature. This feature is designed to speed up the undo process by limiting the checks to only the effects in the operations list, rather than evaluating all possible effects each time.

As a temporary fix, you can disable this feature by setting "fast_undo": false in the launch.json file.

If you have any further questions or need additional assistance, please feel free to reach out.

I'll try that, thanks!