engine: client: fix missing comma

This commit is contained in:
Alibek Omarov 2024-03-11 22:56:52 +03:00
parent 39cba17f01
commit 599a1f026e

View File

@ -565,7 +565,7 @@ static void R_CollectRendererNames( void )
"GL4ES", "GL4ES",
#endif #endif
#if XASH_REF_GLES3COMPAT_ENABLED #if XASH_REF_GLES3COMPAT_ENABLED
"GLES3 (gl2_shim)" "GLES3 (gl2_shim)",
#endif #endif
#if XASH_REF_SOFT_ENABLED #if XASH_REF_SOFT_ENABLED
"Software", "Software",