Browse Source

Fix Scope font path

tags/v1.0.1
Andrew Belt 5 years ago
parent
commit
2071f73b38
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Scope.cpp

+ 1
- 1
src/Scope.cpp View File

@@ -167,7 +167,7 @@ struct ScopeDisplay : TransparentWidget {
Stats statsX, statsY;

ScopeDisplay() {
font = APP->window->loadFont(asset::plugin(pluginInstance, "res/Sudo/Sudo.ttf"));
font = APP->window->loadFont(asset::plugin(pluginInstance, "res/sudo/Sudo.ttf"));
}

void drawWaveform(const DrawContext &ctx, float *valuesX, float *valuesY) {


Loading…
Cancel
Save