Skip to content

Commit

Permalink
Parent commit contained the wrong fix
Browse files Browse the repository at this point in the history
  • Loading branch information
darksylinc committed Jul 4, 2020
1 parent a3b6119 commit 6a587e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Samples/2.0/Common/src/System/Desktop/UnitTesting.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -480,7 +480,7 @@ namespace Demo

for( size_t j = 0u; j < numCodes; ++j )
{
if( keyStrokeArray.IsObject() )
if( keyStrokeArray[j].IsObject() )
{
const rapidjson::Value &keyStrokeObj = keyStrokeArray[j];
KeyStroke keyStroke;
Expand Down

0 comments on commit 6a587e9

Please sign in to comment.