Fixed bug with VN scrolling

This commit is contained in:
2023-06-18 10:00:28 -07:00
parent 79556955ef
commit 318615c3b4
7 changed files with 56 additions and 14 deletions

View File

@ -23,6 +23,7 @@ void VNTextboxScroller::onStart() {
this->timeCharacter = 0;
this->label->quadStart = 0;
this->label->quadCount = 0;
this->label->textOffset = glm::vec2();
this->readyToClose = false;
};
x();