engine: client: fix missing comma

This commit is contained in:
Alibek Omarov 2024-03-11 22:56:52 +03:00
parent 39cba17f01
commit 599a1f026e
1 changed files with 1 additions and 1 deletions

View File

@ -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",