Browse Source

Added CMAKE Support

pull/208/head
Benjamin 6 years ago
parent
commit
2fb0ece23d
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      examples/Info/InfoExampleUI.cpp

+ 1
- 1
examples/Info/InfoExampleUI.cpp View File

@@ -35,7 +35,7 @@ public:
std::memset(fStrBuf, 0, sizeof(char)*(0xff+1));

fSampleRate = getSampleRate();
fFont = createFontFromFile("sans", "/usr/share/fonts/truetype/ttf-dejavu/DejaVuSans.ttf");
fFont = createFontFromFile("sans", "/usr/share/fonts/TTF/DejaVuSans.ttf");

setGeometryConstraints(405, 256, true);
}


Loading…
Cancel
Save