mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-02-17 01:11:45 +00:00
fix the black pit of despair (sorry, Despair:) (same issue as vid_fbdev)
This commit is contained in:
parent
0f98db9e5a
commit
1dcaf3bb3f
1 changed files with 1 additions and 0 deletions
|
@ -544,6 +544,7 @@ VID_Init (unsigned char *palette)
|
|||
VID_SetMode (current_mode, palette);
|
||||
Con_CheckResize (); // Now that we have a window size, fix console
|
||||
|
||||
VID_InitGamma (palette);
|
||||
VID_SetPalette (palette);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue