Zero the direction array before batching

This commit is contained in:
Cameron Gutman 2015-06-01 01:29:20 -05:00
parent 2a0e5a0491
commit 43e6d35b8f

View File

@ -148,6 +148,8 @@ static void inputSendThreadProc(void* context) {
PNV_MULTI_CONTROLLER_PACKET origPkt;
int dirs[6];
memset(dirs, 0, sizeof(dirs));
origPkt = &holder->packet.multiController;
for (;;) {
PNV_MULTI_CONTROLLER_PACKET newPkt;