mirror of
https://github.com/ZDoom/Raze.git
synced 2025-06-03 10:41:24 +00:00
- removed all legacy fog code.
This commit is contained in:
parent
2ef89abe08
commit
cd7bbe35a8
16 changed files with 32 additions and 171 deletions
|
@ -249,7 +249,6 @@ int32_t FindDistance3D(int32_t x, int32_t y, int32_t z)
|
|||
// Clear OSD background
|
||||
void COMMON_doclearbackground(int numcols, int height)
|
||||
{
|
||||
GLInterface.SetFogEnabled(false);
|
||||
GLInterface.UseColorOnly(true);
|
||||
|
||||
polymostSet2dView();
|
||||
|
@ -278,7 +277,6 @@ void COMMON_doclearbackground(int numcols, int height)
|
|||
GLInterface.Draw(DT_TRIANGLE_STRIP, vert.first+4, 4);
|
||||
|
||||
GLInterface.UseColorOnly(false);
|
||||
GLInterface.SetFogEnabled(true);
|
||||
}
|
||||
|
||||
void COMMON_clearbackground(int numcols, int numrows)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue