diff options
| author | Tim Redfern <tim@eclectronics.org> | 2014-02-21 10:27:06 +0000 |
|---|---|---|
| committer | Tim Redfern <tim@eclectronics.org> | 2014-02-21 10:27:06 +0000 |
| commit | 4f893d1680c10b4b30e2d0bd7e90246a8fb8f6f1 (patch) | |
| tree | 4dc04369d76a295b8507de5827d94fd61bb812c9 /offsetProject/src/ofApp.h | |
| parent | d07c0df6a9836376f93853c64e06b3daa03c12f1 (diff) | |
recursive tile drawing
Diffstat (limited to 'offsetProject/src/ofApp.h')
| -rw-r--r-- | offsetProject/src/ofApp.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |
