AnidemDex / Godot-DialogPlugin

🗨️ A Dialog Node for Godot Engine
MIT License
213 stars 11 forks source link

Fix random missing options (#54) #58

Closed AnidemDex closed 2 years ago

AnidemDex commented 2 years ago

Fixes #54 This commit contains suggested solution by @Hot-Cuddleccino where the remove options is called in the function signal handler instead of being called in the signal itself.