Spacing and minor fixes

This commit is contained in:
Jonas Kulla 2013-09-28 21:30:51 +02:00
parent 6b94dd6bcb
commit 4c06b676ad
1 changed files with 2 additions and 2 deletions

View File

@ -314,7 +314,7 @@ struct InputPrivate
states = new ButtonState[Input::buttonCodeSize]; states = new ButtonState[Input::buttonCodeSize];
statesOld = new ButtonState[Input::buttonCodeSize]; statesOld = new ButtonState[Input::buttonCodeSize];
// Clear buffers /* Clear buffers */
clearBuffer(); clearBuffer();
swapBuffers(); swapBuffers();
clearBuffer(); clearBuffer();
@ -434,7 +434,7 @@ struct InputPrivate
} }
void pollBindingPriv(const Binding &b, void pollBindingPriv(const Binding &b,
Input::ButtonCode &repeatCand) Input::ButtonCode &repeatCand)
{ {
if (!b.sourceActive()) if (!b.sourceActive())
return; return;