Fix
This commit is contained in:
parent
6d8c43785f
commit
04ea0e4c90
@ -1633,9 +1633,9 @@ void TriggerSpringEffect(double strength)
|
|||||||
TriggerSpringEffectWithDefaultOption(strength, false);
|
TriggerSpringEffectWithDefaultOption(strength, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
static SDL_Event e;
|
|
||||||
static int WorkaroundToFixRumble(void* ptr)
|
static int WorkaroundToFixRumble(void* ptr)
|
||||||
{
|
{
|
||||||
|
SDL_Event e;
|
||||||
while (SDL_WaitEvent(&e) != 0)
|
while (SDL_WaitEvent(&e) != 0)
|
||||||
{
|
{
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user