engine: client: add missing ref_null to R_CollectRendererNames

This commit is contained in:
Alibek Omarov 2024-08-13 19:16:59 +03:00
parent 2df01316ce
commit 69ec810ed0
1 changed files with 6 additions and 0 deletions

View File

@ -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
};