TeamSyndi / syndibox

SyndiBox - A powerful text engine for dialog-heavy Godot projects
MIT License
91 stars 9 forks source link

Fix for [BUG] Instant Print off tag does not shut off Instant Print #36 #37

Closed zaknafean closed 3 years ago

zaknafean commented 3 years ago

Updated speed_check to properly check for 'end of instant print' tags.

The speed_check would not check for 'end of instant print' tags after it entered 'instant print' mode. This fix adds an else clause to only check for those tags during an instant print.