There's two commas!

This commit is contained in:
sigonasr2 2022-10-15 20:32:46 -05:00
parent 4b3bda3391
commit 9ba8d5c407

View File

@ -3480,7 +3480,7 @@ namespace olc
platform->HandleSystemEvent();
// 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;
int key;