Fix dumb bug.

This commit is contained in:
Mr_Goldberg 2019-09-20 11:04:04 -04:00
parent 1545e375a2
commit 5ed9a7aa77
No known key found for this signature in database
GPG Key ID: 8597D87419DEF278

View File

@ -682,7 +682,8 @@ int GetAnalogActionOrigins( InputHandle_t inputHandle, InputActionSetHandle_t ac
break; break;
} }
} }
return 0;
return count;
} }