- fixed: Voxel setup code wasn't called anymore.

This commit is contained in:
Christoph Oelckers 2019-12-25 00:30:13 +01:00
parent 49c49b2672
commit 5bd32cf769
3 changed files with 3 additions and 3 deletions

View file

@ -617,7 +617,7 @@ void V_Init2()
C_NewModeAdjust();
videoSetGameMode(vid_fullscreen, SCREENWIDTH, SCREENHEIGHT, 32, 1);
polymost_glinit();
Polymost_Startup();
GLInterface.Init(SCREENHEIGHT);
GLInterface.InitGLState(4, 4/*glmultisample*/);
GLInterface.mSamplers->SetTextureFilterMode(hw_texfilter, hw_anisotropy);