There's two commas!

pull/1/head
sigonasr2 2 years ago
parent 4b3bda3391
commit 9ba8d5c407
  1. 2
      olcPixelGameEngine.h

@ -3480,7 +3480,7 @@ namespace olc
platform->HandleSystemEvent(); platform->HandleSystemEvent();
// Compare hardware input states from previous frame // Compare hardware input states from previous frame
auto ScanHardware = [&](HWButton* pKeys, bool* pStateOld, bool* pStateNew, uint32_t nKeyCount,,bool keyboard=true) auto ScanHardware = [&](HWButton* pKeys, bool* pStateOld, bool* pStateNew, uint32_t nKeyCount,bool keyboard=true)
{ {
bool pressed=false; bool pressed=false;
int key; int key;

Loading…
Cancel
Save