Browse Source

engine: client: fix missing comma

master
Alibek Omarov 9 months ago
parent
commit
599a1f026e
  1. 2
      engine/client/ref_common.c

2
engine/client/ref_common.c

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

Loading…
Cancel
Save