mirror of
https://github.com/DrBeef/QuestZDoom.git
synced 2025-04-24 10:08:52 +00:00
fix: invert controller feedback
This commit is contained in:
parent
b3f1b2461c
commit
4f563df9e9
1 changed files with 1 additions and 1 deletions
|
@ -494,7 +494,7 @@ void TBXR_Vibrate( int duration, int chan, float intensity )
|
|||
{
|
||||
for (int i = 0; i < 2; ++i)
|
||||
{
|
||||
int channel = 1-i;
|
||||
int channel = i;
|
||||
if ((i + 1) & chan)
|
||||
{
|
||||
if (vibration_channel_duration[channel] > 0.0f)
|
||||
|
|
Loading…
Reference in a new issue