From bb0eb2d7fa18df611888769c030c6b0d9cf604f1 Mon Sep 17 00:00:00 2001 From: Dominic Masters Date: Sun, 21 May 2023 15:56:21 -0700 Subject: [PATCH] About to move from STB TrueType to FreeType --- src/dawn/games/vn/components/VNTextboxScroller.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/dawn/games/vn/components/VNTextboxScroller.cpp b/src/dawn/games/vn/components/VNTextboxScroller.cpp index 48184cae..2f8e920e 100644 --- a/src/dawn/games/vn/components/VNTextboxScroller.cpp +++ b/src/dawn/games/vn/components/VNTextboxScroller.cpp @@ -49,7 +49,6 @@ void VNTextboxScroller::onStart() { this->timeCharacter = 0.0f; } } - return; }