mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-28 04:13:44 +00:00
...
This commit is contained in:
parent
952f0ad98c
commit
75244b1416
1 changed files with 1 additions and 1 deletions
|
|
@ -312,7 +312,7 @@ draw_graphics(ImageRenderData *data, GLuint start, GLuint count) {
|
|||
}
|
||||
glActiveTexture(GL_TEXTURE0 + GRAPHICS_UNIT); check_gl();
|
||||
|
||||
GLuint base = start;
|
||||
GLuint base = 4 * start;
|
||||
for (GLuint i=0; i < count;) {
|
||||
ImageRenderData *rd = data + start + i;
|
||||
glBindTexture(GL_TEXTURE_2D, rd->texture_id); check_gl();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue