Use our own nanovg
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
c53abef199
commit
14fe8acc04
8 changed files with 42 additions and 57 deletions
|
@ -32,6 +32,7 @@
|
|||
|
||||
#include <osdialog.h>
|
||||
|
||||
#undef DEBUG
|
||||
#include "DistrhoPlugin.hpp"
|
||||
|
||||
START_NAMESPACE_DISTRHO
|
||||
|
@ -124,6 +125,9 @@ struct Initializer {
|
|||
midi::destroy();
|
||||
audio::destroy();
|
||||
plugin::destroy();
|
||||
#ifndef DPF_AS_GLFW
|
||||
gamepad::destroy();
|
||||
#endif
|
||||
INFO("Destroying logger");
|
||||
logger::destroy();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue