mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-06-11 16:49:28 +02:00
revert RasterFont optimization
isn't needed and also not tested and buggy
This commit is contained in:
@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user