Fixed bug with VN scrolling
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user