Delete written-only fields

This commit is contained in:
Chris Sarbora
2024-07-01 01:45:12 -05:00
parent 41a04aedd2
commit 8d26df7b25
3 changed files with 0 additions and 8 deletions

View File

@@ -1443,9 +1443,6 @@ void rend_SetFogBorders(float nearz, float farz) {
float fogStart = nearz;
float fogEnd = farz;
gpu_state.cur_fog_start = fogStart;
gpu_state.cur_fog_end = fogEnd;
dglFogi(GL_FOG_MODE, GL_LINEAR);
dglFogf(GL_FOG_START, fogStart);
dglFogf(GL_FOG_END, fogEnd);