VST3 resize fixes for macOS
This commit is contained in:
parent
ad33ca6cd9
commit
8ca43ba4f0
3 changed files with 2 additions and 6 deletions
|
@ -401,7 +401,7 @@ void Window::step() {
|
|||
glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT | GL_STENCIL_BUFFER_BIT);
|
||||
}
|
||||
|
||||
internal->frame++;
|
||||
++internal->frame;
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue