Skip to content

Commit

Permalink
engine: client: add missing ref_null to R_CollectRendererNames
Browse files Browse the repository at this point in the history
  • Loading branch information
a1batross committed Aug 13, 2024
1 parent 2df0131 commit 69ec810
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions engine/client/ref_common.c
Original file line number Diff line number Diff line change
Expand Up @@ -634,6 +634,9 @@ static void R_CollectRendererNames( void )
#endif
#if XASH_REF_SOFT_ENABLED
"soft",
#endif
#if XASH_REF_NULL_ENABLED
"null",
#endif
};

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

Expand Down

0 comments on commit 69ec810

Please sign in to comment.