diff options
| author | Comment <tim@gray.(none)> | 2012-12-01 07:59:46 +0000 |
|---|---|---|
| committer | Comment <tim@gray.(none)> | 2012-12-01 07:59:46 +0000 |
| commit | 2b3eaa8dd74c373e7c82a414014c469fe415b66e (patch) | |
| tree | 987a37eb2b51bbda669db265e301c6ac1bd46997 /liveengine/src/viewport.h | |
| parent | 8c38b912458e60c8eab5a71b003e829bce5afe4a (diff) | |
whelans the 2nd
Diffstat (limited to 'liveengine/src/viewport.h')
| -rwxr-xr-x | liveengine/src/viewport.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/liveengine/src/viewport.h b/liveengine/src/viewport.h index 4c59e2a..4e439b1 100755 --- a/liveengine/src/viewport.h +++ b/liveengine/src/viewport.h @@ -29,7 +29,7 @@ class viewport viewport(int _w,int _h,int _x,int _y,float _r,int _ox,int _oy);
void setup(int _w,int _h,int _x,int _y,float _r,int _ox,int _oy);
void draw(float a,unsigned char* controllers,int xshift,int yshift,playlist &list,bool transparentBlack,int note,int mode,ofColor* controller_colours,bool controlColours,float scale,float fscale,float colShift);
- void mapdraw(float a,unsigned char* controllers,int xshift,int yshift,playlist &list,bool transparentBlack,int note,int mode,ofColor* controller_colours,bool controlColours,float scale,float fscale,float colShift,bool drawCloud);
+ void mapdraw(float a,unsigned char* controllers,int xshift,int yshift,playlist &list,bool transparentBlack,int note,int mode,ofColor* controller_colours,bool controlColours,float scale,float fscale,float colShift,bool drawCloud,bool drawSkel);
void setcam(map<string,string>&settings); double getSetting(const string& setting); |
