Update src/renderer/OpenGL.zig

Fix comment space

Co-authored-by: Kat <65649991+00-kat@users.noreply.github.com>
This commit is contained in:
Krone Corylus
2025-03-27 20:16:17 -03:00
committed by GitHub
parent 2d71fde38d
commit acf77ed15f

View File

@ -1951,7 +1951,7 @@ fn addCursor(
.glyph_offset_y = render.glyph.offset_y,
});
//Update cursor uniforms only when custom shaders are loaded
// Update cursor uniforms only when custom shaders are loaded
if (self.gl_state) |*gl_state| {
if (gl_state.custom) |*custom_state| {
custom_state.addCursor(self.size, screen.cursor, cursor_style, render.glyph);