Skip to content
This repository has been archived by the owner on Apr 19, 2019. It is now read-only.

Commit

Permalink
🎨 Added debugMode bool, debug UI, improved misc structure
Browse files Browse the repository at this point in the history
  • Loading branch information
thibmaek committed Dec 10, 2016
1 parent 0133e4a commit 220c449
Show file tree
Hide file tree
Showing 8 changed files with 422 additions and 32 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ endif

# make sure the the OF_ROOT location is defined
ifndef OF_ROOT
OF_ROOT=$(realpath ../../../../../../../..)
OF_ROOT=$(realpath ../../../../../../../../../..)
endif

# call the project makefile!
Expand Down
1 change: 1 addition & 0 deletions addons.make
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
ofxGui
ofxKinect
ofxSocketIO
Binary file modified bin/lumihoopDebug.app/Contents/MacOS/lumihoopDebug
Binary file not shown.
4 changes: 2 additions & 2 deletions config.make
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
################################################################################
# OF ROOT
# The location of your root openFrameworks installation
# (default) OF_ROOT = ../../../../../../../..
# (default) OF_ROOT = ../../../../../../../../../..
################################################################################
# OF_ROOT = ../../../../../../../..
# OF_ROOT = ../../../../../../../../../..

################################################################################
# PROJECT ROOT
Expand Down
Loading

0 comments on commit 220c449

Please sign in to comment.