[DEBUG] correct the VBO FULL implement

This commit is contained in:
Edouard DUPIN 2016-11-08 22:17:47 +01:00
parent a09f071a11
commit b2e2d8254a

View File

@ -189,7 +189,7 @@ void appl::TextViewer::onRegenerateDisplay() {
"<br/>\n" "<br/>\n"
"<font color=\"indigo\">\n" "<font color=\"indigo\">\n"
" <i>\n" " <i>\n"
" No Buffer Availlable to display\n" " No Buffer Availlable to display\n" + etk::to_string(m_size) +
" </i>\n" " </i>\n"
"</font>\n"); "</font>\n");
m_displayText.setPos(vec3(0.0f, m_size.y(), 0.0f) ); m_displayText.setPos(vec3(0.0f, m_size.y(), 0.0f) );