summaryrefslogtreecommitdiff
path: root/liveengineUnmapped/src/viewport.h
diff options
context:
space:
mode:
Diffstat (limited to 'liveengineUnmapped/src/viewport.h')
-rwxr-xr-xliveengineUnmapped/src/viewport.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/liveengineUnmapped/src/viewport.h b/liveengineUnmapped/src/viewport.h
index 6d8f4bb..a83cc87 100755
--- a/liveengineUnmapped/src/viewport.h
+++ b/liveengineUnmapped/src/viewport.h
@@ -6,7 +6,7 @@
#define NUM_NOTES 64
#define START_NOTE 36
-#define NUM_CONTROLLERS 6
+#define NUM_CONTROLLERS 26
#define START_CONTROLLER 102
#define NOTHING 0
@@ -28,7 +28,7 @@ class viewport
protected:
private:
int x, y,w,h,ox,oy;
-
+
};
#endif // VIEWPORT_H