mirror of
https://github.com/TomHarte/CLK.git
synced 2025-01-11 08:30:55 +00:00
Merge pull request #326 from TomHarte/TyperTermination
Ensures typers terminate.
This commit is contained in:
commit
188bfa9c18
@ -62,6 +62,7 @@ bool Typer::type_next_character() {
|
||||
if(!try_type_next_character()) {
|
||||
phase_ = 0;
|
||||
string_pointer_++;
|
||||
if(string_pointer_ == string_.size()) return false;
|
||||
} else {
|
||||
phase_++;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user