From b2e2d8254a885f7917bd7ac05d57c21d006fe308 Mon Sep 17 00:00:00 2001 From: Edouard DUPIN Date: Tue, 8 Nov 2016 22:17:47 +0100 Subject: [PATCH] [DEBUG] correct the VBO FULL implement --- sources/appl/Gui/TextViewer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sources/appl/Gui/TextViewer.cpp b/sources/appl/Gui/TextViewer.cpp index fdbca9f..9168482 100644 --- a/sources/appl/Gui/TextViewer.cpp +++ b/sources/appl/Gui/TextViewer.cpp @@ -189,7 +189,7 @@ void appl::TextViewer::onRegenerateDisplay() { "
\n" "\n" " \n" - " No Buffer Availlable to display\n" + " No Buffer Availlable to display\n" + etk::to_string(m_size) + " \n" "\n"); m_displayText.setPos(vec3(0.0f, m_size.y(), 0.0f) );