Skip to content

Commit

Permalink
- re-enabled translation initialization.
Browse files Browse the repository at this point in the history
This had been commented out for testing and was forgotten.
  • Loading branch information
coelckers committed Jun 6, 2022
1 parent 4cb7c70 commit 7e57aeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rendering/r_utility.cpp
Expand Up @@ -393,7 +393,7 @@ FRenderer* SWRenderer;

void R_Init ()
{
//R_InitTranslationTables ();
R_InitTranslationTables ();
R_SetViewSize (screenblocks);

if (SWRenderer == NULL)
Expand Down

0 comments on commit 7e57aeb

Please sign in to comment.