summaryrefslogtreecommitdiff
path: root/src/viewpoint.h
diff options
context:
space:
mode:
authorTim Redfern <tim@eclectronics.org>2012-01-04 23:03:45 +0000
committerTim Redfern <tim@eclectronics.org>2012-01-04 23:03:45 +0000
commit16cc03c435982383627dd01341656d0371ca1f2b (patch)
treeb4faad19f0c6b28da72a2050e49c22bb2322a3ce /src/viewpoint.h
parent64a4a42ee6826584c38c09a2b5976356e4488993 (diff)
tidied up
Diffstat (limited to 'src/viewpoint.h')
-rw-r--r--src/viewpoint.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/viewpoint.h b/src/viewpoint.h
index 20da42d..e66dffa 100644
--- a/src/viewpoint.h
+++ b/src/viewpoint.h
@@ -15,7 +15,7 @@ class viewpoint {
public:
- void setup(int ln,float w, float h, float x, float y);
+ void setup(float w, float h, float x, float y);
void begin();
void end();
void keyPressed(int key);