From 4f893d1680c10b4b30e2d0bd7e90246a8fb8f6f1 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Fri, 21 Feb 2014 10:27:06 +0000 Subject: recursive tile drawing --- offsetProject/src/ofApp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'offsetProject/src/ofApp.h') diff --git a/offsetProject/src/ofApp.h b/offsetProject/src/ofApp.h index 2e3ca28..599ee5e 100644 --- a/offsetProject/src/ofApp.h +++ b/offsetProject/src/ofApp.h @@ -43,7 +43,7 @@ public: void mouseReleased(int x, int y, int button); void windowResized(int w, int h); - void checktile(int level,int levels,int levels_factor,int x,int y,int xoffset,int yoffset,int size); + void checktile(int level,int x,int y,int size); ofxKinect kinect; -- cgit v1.2.3