aboutsummaryrefslogtreecommitdiff
path: root/src/platform.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/platform.hpp')
-rw-r--r--src/platform.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/platform.hpp b/src/platform.hpp
index 90df65d..9b78818 100644
--- a/src/platform.hpp
+++ b/src/platform.hpp
@@ -14,7 +14,7 @@ class Platform {
~Platform();
public:
- void Update(const std::bitset<4096>& bitset, int videoScale);
+ void Update(const std::bitset<2048>& bitset, int videoScale);
bool ProcessInput(uint8_t* keys);
private: