mirror of
https://github.com/FWGS/xash3d-fwgs
synced 2025-01-14 04:25:35 +01:00
Revert "engine: client: add missing ref_null to R_CollectRendererNames"
This reverts commit 69ec810ed012b160d5c24b673c6b9b39f7bdde21.
This commit is contained in:
parent
9f10fb6472
commit
9dd7f37d42
@ -644,9 +644,6 @@ static void R_CollectRendererNames( void )
|
||||
#endif
|
||||
#if XASH_REF_SOFT_ENABLED
|
||||
"soft",
|
||||
#endif
|
||||
#if XASH_REF_NULL_ENABLED
|
||||
"null",
|
||||
#endif
|
||||
};
|
||||
|
||||
@ -670,9 +667,6 @@ static void R_CollectRendererNames( void )
|
||||
#endif
|
||||
#if XASH_REF_SOFT_ENABLED
|
||||
"Software",
|
||||
#endif
|
||||
#if XASH_REF_NULL_ENABLED
|
||||
"Null Renderer",
|
||||
#endif
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user