Fix wrong flash rectangle size after window resize
This commit is contained in:
parent
d128e28044
commit
3c1868f7e6
3 changed files with 17 additions and 0 deletions
|
|
@ -192,6 +192,7 @@ void OpenGLFrameBuffer::Update()
|
|||
{
|
||||
Resize(clientWidth, clientHeight);
|
||||
V_OutputResized(Width, Height);
|
||||
GLRenderer->mVBO->OutputResized(Width, Height);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue