engine: client: add missing ref_null to R_CollectRendererNames
This commit is contained in:
parent
2df01316ce
commit
69ec810ed0
1 changed files with 6 additions and 0 deletions
|
@ -634,6 +634,9 @@ static void R_CollectRendererNames( void )
|
|||
#endif
|
||||
#if XASH_REF_SOFT_ENABLED
|
||||
"soft",
|
||||
#endif
|
||||
#if XASH_REF_NULL_ENABLED
|
||||
"null",
|
||||
#endif
|
||||
};
|
||||
|
||||
|
@ -657,6 +660,9 @@ static void R_CollectRendererNames( void )
|
|||
#endif
|
||||
#if XASH_REF_SOFT_ENABLED
|
||||
"Software",
|
||||
#endif
|
||||
#if XASH_REF_NULL_ENABLED
|
||||
"Null Renderer",
|
||||
#endif
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue