diff options
Diffstat (limited to 'src/platform.cpp')
-rw-r--r-- | src/platform.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/platform.cpp b/src/platform.cpp index 2840fa1..c5fe5bf 100644 --- a/src/platform.cpp +++ b/src/platform.cpp @@ -15,7 +15,7 @@ Platform::~Platform() { SDL_Quit(); } -void Platform::Update(const std::bitset<4096>& bitset, int videoScale) { +void Platform::Update(const std::bitset<2048>& bitset, int videoScale) { SDL_SetRenderDrawColor(renderer, 0, 0, 0, 255); SDL_RenderClear(renderer); |