Skip to content

Commit

Permalink
Change to C style comment; Make comment more useful (hopefully)
Browse files Browse the repository at this point in the history
  • Loading branch information
fishcu committed Nov 10, 2023
1 parent 03e188e commit 5d58013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gfx/drivers_shader/shader_glsl.c
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ struct shader_uniforms

int frame_count;
int frame_direction;
// Use signed int for maximal compatibility
/* Use int for maximal compatibility despite other drivers using uint. */
int rotation;

int lut_texture[GFX_MAX_TEXTURES];
Expand Down

0 comments on commit 5d58013

Please sign in to comment.