Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
revert RasterFont optimization
isn't needed and also not tested and buggy
  • Loading branch information
degasus committed Dec 28, 2012
1 parent 3ec3b76 commit e9d00bf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions Source/Plugins/Plugin_VideoOGL/Src/RasterFont.cpp
Expand Up @@ -263,9 +263,6 @@ void RasterFont::printMultilineText(const char *text, double start_x, double sta
x += delta_x + border_x;
}
glUnmapBuffer(GL_ARRAY_BUFFER);

// no printable char, so also nothing to do
if(!usage) return;

glUseProgram(shader_program);

Expand Down

0 comments on commit e9d00bf

Please sign in to comment.