mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 15:21:51 +00:00
- removed debug Printf.
This commit is contained in:
parent
0e5a3ebe50
commit
0fdd80eae7
1 changed files with 0 additions and 1 deletions
|
@ -341,7 +341,6 @@ bool OpenGLFrameBuffer::Wiper_Crossfade::Run(int ticks, OpenGLFrameBuffer *fb)
|
|||
glDrawArrays(GL_TRIANGLE_STRIP, 0, 4);
|
||||
|
||||
float a = clamp(Clock / 32.f, 0.f, 1.f);
|
||||
Printf("%f\n", a);
|
||||
gl_RenderState.SetColorAlpha(0xffffff, a);
|
||||
gl_RenderState.Apply();
|
||||
fb->wipeendscreen->Bind(0, 0, false);
|
||||
|
|
Loading…
Reference in a new issue