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
|
#endif
|
||||||
#if XASH_REF_SOFT_ENABLED
|
#if XASH_REF_SOFT_ENABLED
|
||||||
"soft",
|
"soft",
|
||||||
|
#endif
|
||||||
|
#if XASH_REF_NULL_ENABLED
|
||||||
|
"null",
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -657,6 +660,9 @@ static void R_CollectRendererNames( void )
|
||||||
#endif
|
#endif
|
||||||
#if XASH_REF_SOFT_ENABLED
|
#if XASH_REF_SOFT_ENABLED
|
||||||
"Software",
|
"Software",
|
||||||
|
#endif
|
||||||
|
#if XASH_REF_NULL_ENABLED
|
||||||
|
"Null Renderer",
|
||||||
#endif
|
#endif
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue