Skip to content
This repository has been archived by the owner. It is now read-only.
Permalink
Browse files
fixed rebind bug
  • Loading branch information
Fire-Head committed Jun 16, 2019
1 parent 0add48a commit d92c9085dacbf35c04da05d2d8a2bc3b2fee40c6
Showing with 1 addition and 1 deletion.
  1. +1 −1 src/Pad.cpp
@@ -1837,7 +1837,7 @@ int32 *CPad::EditCodesForControls(int32 *pRsKeys, int32 nSize)
*pRsKeys = i; *pRsKeys = i;
} }


for ( int32 i = 0; i < 255; i++ ) for ( int32 i = 0; i < 12; i++ )
{ {
if ( GetPad(0)->GetFJustDown(i) ) if ( GetPad(0)->GetFJustDown(i) )
*pRsKeys = i + rsF1; *pRsKeys = i + rsF1;

0 comments on commit d92c908

Please sign in to comment.