Skip to content

Commit

Permalink
Forgot to clear the name
Browse files Browse the repository at this point in the history
  • Loading branch information
Dextinfire committed Oct 14, 2024
1 parent 66c995d commit 50632a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/text.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ void DialoguePage::Init() {
void DialoguePage::Clear() {
Glyphs.clear();
NameLength = 0;
Name.clear();
HasName = false;
memset(RubyChunks, 0, sizeof(RubyChunk) * DialogueMaxRubyChunks);
RubyChunkCount = 0;
Expand Down

0 comments on commit 50632a4

Please sign in to comment.