diff --git a/tests/loadtests/appfwSDL/VulkanAppSDL/vulkantextoverlay.hpp b/tests/loadtests/appfwSDL/VulkanAppSDL/vulkantextoverlay.hpp index 23349a4686..0a0d236f00 100644 --- a/tests/loadtests/appfwSDL/VulkanAppSDL/vulkantextoverlay.hpp +++ b/tests/loadtests/appfwSDL/VulkanAppSDL/vulkantextoverlay.hpp @@ -705,7 +705,7 @@ class VulkanTextOverlay // Generate a uv mapped quad per char in the new text it = text.begin(); - while (it != text.end()) { + while (it != text.end()) { if (!advanceUTF8(it, text.end(), codepoint)) break; @@ -745,7 +745,6 @@ class VulkanTextOverlay if (numLetters == MAX_CHAR_COUNT) break; // Truncate the text. } - } } // Unmap buffer and update command buffers void endTextUpdate()