summaryrefslogtreecommitdiff
path: root/src/viewpoint.h
diff options
context:
space:
mode:
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);