Skip to content

Commit

Permalink
Merge pull request #5 from yuntianlong2002/sketchPath_not_visible
Browse files Browse the repository at this point in the history
fix the sketchPath not visble issue
  • Loading branch information
sebnil committed Jan 21, 2016
2 parents 7284dce + baae0e6 commit 5170a14
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion BasicRealtimePlotter/BasicRealtimePlotter.pde
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ void setup() {
graphColors[5] = color(200, 46, 232);

// settings save file
topSketchPath = sketchPath;
topSketchPath = sketchPath();
plotterConfigJSON = loadJSONObject(topSketchPath+"/plotter_config.json");

// gui
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ void setup() {
graphColors[5] = color(200, 46, 232);

// settings save file
topSketchPath = sketchPath;
topSketchPath = sketchPath();
plotterConfigJSON = loadJSONObject(topSketchPath+"/plotter_config.json");

// gui
Expand Down

0 comments on commit 5170a14

Please # to comment.