Browse Source

Really fix #115

tags/1.9.4
falkTX 11 years ago
parent
commit
068d607c3a
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      source/backend/CarlaStandalone.cpp

+ 3
- 1
source/backend/CarlaStandalone.cpp View File

@@ -223,7 +223,9 @@ protected:

fClientId = clientId;

fProjectPath = projectPath;
fProjectPath = juce::File::getCurrentWorkingDirectory().getFullPathName().toRawUTF8();
fProjectPath += OS_SEP_STR;
fProjectPath += projectPath;
fProjectPath += ".carxp";

CARLA_SAFE_ASSERT_RETURN(gStandalone.engine != nullptr, 0);


Loading…
Cancel
Save