Skip to content

Commit

Permalink
engine: client: fix missing comma
Browse files Browse the repository at this point in the history
  • Loading branch information
a1batross committed Mar 11, 2024
1 parent 39cba17 commit 599a1f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/client/ref_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ static void R_CollectRendererNames( void )
"GL4ES",
#endif
#if XASH_REF_GLES3COMPAT_ENABLED
"GLES3 (gl2_shim)"
"GLES3 (gl2_shim)",
#endif
#if XASH_REF_SOFT_ENABLED
"Software",
Expand Down

0 comments on commit 599a1f0

Please sign in to comment.