VST3 resize fixes for macOS
This commit is contained in:
parent
ad33ca6cd9
commit
8ca43ba4f0
3 changed files with 2 additions and 6 deletions
2
dpf
2
dpf
|
|
@ -1 +1 @@
|
||||||
Subproject commit c7e77db0ac265dd031c14a912108235c39733971
|
Subproject commit a3cc61e48284e8826413fec4459021f8d805c376
|
||||||
|
|
@ -32,10 +32,6 @@
|
||||||
namespace rack {
|
namespace rack {
|
||||||
namespace core {
|
namespace core {
|
||||||
|
|
||||||
static inline void nsvg__deletePaths(NSVGpath* path)
|
|
||||||
{
|
|
||||||
}
|
|
||||||
|
|
||||||
struct MIDI_CVWidget_Cardinal : ModuleWidget
|
struct MIDI_CVWidget_Cardinal : ModuleWidget
|
||||||
{
|
{
|
||||||
MIDI_CV* const module;
|
MIDI_CV* const module;
|
||||||
|
|
|
||||||
|
|
@ -401,7 +401,7 @@ void Window::step() {
|
||||||
glClear(GL_COLOR_BUFFER_BIT | GL_DEPTH_BUFFER_BIT | GL_STENCIL_BUFFER_BIT);
|
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