derkork / godot-statecharts

A state charts extension for Godot 4
MIT License
734 stars 35 forks source link

Typo in debugger history #70

Closed eldyer closed 7 months ago

eldyer commented 7 months ago

There is a little typo in the debugger history, should be "Exit" instead of "exiT".

https://github.com/derkork/godot-statecharts/blob/47b0a4aa5e0dcd5048d8b6639fe4ef973b66073e/addons/godot_state_charts/utilities/debugger_history.gd#L46C45-L46C45

derkork commented 7 months ago

This is actually on purpose to make the exit more visually distinct in the logs.

eldyer commented 7 months ago

Thanks, now I get it :grin: