Browse Source

Fix a typo

Signed-off-by: falkTX <falktx@falktx.com>
tags/v1.1
falkTX 2 years ago
parent
commit
6a79f58d82
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      plugins/Common/IldaeilPlugin.cpp

+ 1
- 1
plugins/Common/IldaeilPlugin.cpp View File

@@ -54,7 +54,7 @@ const char* IldaeilBasePlugin::getPathForJSFX()
if (path.isEmpty()) if (path.isEmpty())
{ {
#if defined(CARLA_OS_MAC) #if defined(CARLA_OS_MAC)
path = water::File::getSpecialLocation(File::userHomeDirectory).getFullPathName()
path = water::File::getSpecialLocation(water::File::userHomeDirectory).getFullPathName()
+ "/Library/Application Support/REAPER/Effects"; + "/Library/Application Support/REAPER/Effects";
#elif defined(CARLA_OS_WASM) #elif defined(CARLA_OS_WASM)
path = "/jsfx"; path = "/jsfx";


Loading…
Cancel
Save