engine: client: fix missing comma
This commit is contained in:
parent
39cba17f01
commit
599a1f026e
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue