ericoporto / ImGi

AGS Script Module for Immediate Gui (based on rxi's Microui)
https://www.adventuregamestudio.co.uk/forums/index.php?topic=58842.0
Other
2 stars 2 forks source link

Bug: Jump commands not really working #5

Closed ericoporto closed 3 years ago

ericoporto commented 3 years ago

Jump is one of the commands that get picked up by the renderer part and executed, but the original code hid it's complexity in the next command API - so that the renderer did not need to know they existed.

I will persist a bit more trying to fix it like this, but since I have control of both it and the renderer, I may not need to go this way, and going with a more mixed approach would make easier to code the jumps.

ericoporto commented 3 years ago

Fixed with https://github.com/ericoporto/ImGi/commit/7f56e0c1f15883860922805f393225d93f17e0c7