Spacing and minor fixes
This commit is contained in:
parent
6b94dd6bcb
commit
4c06b676ad
|
@ -314,7 +314,7 @@ struct InputPrivate
|
|||
states = new ButtonState[Input::buttonCodeSize];
|
||||
statesOld = new ButtonState[Input::buttonCodeSize];
|
||||
|
||||
// Clear buffers
|
||||
/* Clear buffers */
|
||||
clearBuffer();
|
||||
swapBuffers();
|
||||
clearBuffer();
|
||||
|
@ -434,7 +434,7 @@ struct InputPrivate
|
|||
}
|
||||
|
||||
void pollBindingPriv(const Binding &b,
|
||||
Input::ButtonCode &repeatCand)
|
||||
Input::ButtonCode &repeatCand)
|
||||
{
|
||||
if (!b.sourceActive())
|
||||
return;
|
||||
|
|
Loading…
Reference in New Issue