Browse Source

engine: client: fix missing comma

master
Alibek Omarov 2 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 ) @@ -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",

Loading…
Cancel
Save