mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-12-24 10:40:46 +00:00
- actually draw the fullscreen blends.
This commit is contained in:
parent
b066f725d4
commit
6f39b87d5b
1 changed files with 1 additions and 0 deletions
|
@ -269,6 +269,7 @@ void DrawFullscreenBlends()
|
|||
GLInterface.SetColorub(255, 255, 255, 255);
|
||||
GLInterface.SetRenderStyle(LegacyRenderStyles[STYLE_Translucent]);
|
||||
}
|
||||
GLInterface.DoDraw();
|
||||
GLInterface.UseColorOnly(false);
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue