projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7aec3b0
)
Cosmetics
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 22 Jul 2021 21:02:21 +0000
(17:02 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 22 Jul 2021 21:03:08 +0000
(17:03 -0400)
Fix a comment typo.
gsk/ngl/gsknglcommandqueue.c
patch
|
blob
|
history
diff --git
a/gsk/ngl/gsknglcommandqueue.c
b/gsk/ngl/gsknglcommandqueue.c
index b731d9d2dbaedeccc7b88beb749c47eba507cccb..217fce13a2b96a76d78468cdbed5cbfca16ec9f8 100644
(file)
--- a/
gsk/ngl/gsknglcommandqueue.c
+++ b/
gsk/ngl/gsknglcommandqueue.c
@@
-1376,7
+1376,7
@@
gsk_ngl_command_queue_upload_texture (GskNglCommandQueue *self,
bpp = gdk_memory_format_bytes_per_pixel (data_format);
- /* Sw
ti
ch to texture0 as 2D. We'll restore it later. */
+ /* Sw
it
ch to texture0 as 2D. We'll restore it later. */
glActiveTexture (GL_TEXTURE0);
glBindTexture (GL_TEXTURE_2D, texture_id);