2
0
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:
Alibek Omarov 2024-08-21 12:09:11 +03:00
parent 9f10fb6472
commit 9dd7f37d42

View File

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