mirror of
https://github.com/bradgrantham/apple2e.git
synced 2025-02-11 12:31:21 +00:00
Fix broken 80-column text
This commit is contained in:
parent
3863010d07
commit
4a3dc4a9b7
@ -733,7 +733,7 @@ void set_textport80_shader(float to_screen[9], const texture& textport80, GLuint
|
|||||||
tex += 1;
|
tex += 1;
|
||||||
CheckOpenGL(__FILE__, __LINE__);
|
CheckOpenGL(__FILE__, __LINE__);
|
||||||
glActiveTexture(GL_TEXTURE0 + tex);
|
glActiveTexture(GL_TEXTURE0 + tex);
|
||||||
glBindTexture(GL_TEXTURE_RECTANGLE, textport80_aux_texture);
|
glBindTexture(GL_TEXTURE_2D, textport80_aux_texture);
|
||||||
glUniform1i(textport80_aux_texture_location, tex);
|
glUniform1i(textport80_aux_texture_location, tex);
|
||||||
tex += 1;
|
tex += 1;
|
||||||
CheckOpenGL(__FILE__, __LINE__);
|
CheckOpenGL(__FILE__, __LINE__);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user