Skip to content

Commit

Permalink
Fixed save path on Mac
Browse files Browse the repository at this point in the history
  • Loading branch information
n1ckfg committed Nov 28, 2013
1 parent 3a0fa36 commit 17bd6b5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Controls.pde
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,8 @@ void openAppFolderHandler(){
//open(sketchPath(""));
//String[] params = { };
open(sketchPath("data"));
open(sketchPath("KinectToPin.app/Contents/Resources/Java/data"));
open(sketchPath("kinect_to_pin36.app/Contents/Resources/Java/data"));
//open(sketchPath("KinectToPin.app/Contents/Resources/Java/data"));
//open(sketchPath("kinect_to_pin36.app/Contents/Resources/Java/data"));
}catch(Exception e){ }
}else{
try{
Expand Down
2 changes: 1 addition & 1 deletion KinectToPin.pde
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// KinectToPin v1.3.6
// KinectToPin v1.3.7
// by Nick Fox-Gieg and Victoria Nece
// kinecttopin.fox-gieg.com

Expand Down

0 comments on commit 17bd6b5

Please sign in to comment.