mirror of https://github.com/encounter/SDL.git
Whoops, fix the static analysis fix.
This commit is contained in:
parent
d1980b93fb
commit
59f69f6317
|
@ -911,8 +911,8 @@ SDL_SYS_ToFFEFFECT(SDL_Haptic * haptic, FFEFFECT * dest, SDL_HapticEffect * src)
|
||||||
case SDL_HAPTIC_DAMPER:
|
case SDL_HAPTIC_DAMPER:
|
||||||
case SDL_HAPTIC_INERTIA:
|
case SDL_HAPTIC_INERTIA:
|
||||||
case SDL_HAPTIC_FRICTION:
|
case SDL_HAPTIC_FRICTION:
|
||||||
if (dest->cAxes > 0) {
|
|
||||||
hap_condition = &src->condition;
|
hap_condition = &src->condition;
|
||||||
|
if (dest->cAxes > 0) {
|
||||||
condition = SDL_malloc(sizeof(FFCONDITION) * dest->cAxes);
|
condition = SDL_malloc(sizeof(FFCONDITION) * dest->cAxes);
|
||||||
if (condition == NULL) {
|
if (condition == NULL) {
|
||||||
return SDL_OutOfMemory();
|
return SDL_OutOfMemory();
|
||||||
|
|
Loading…
Reference in New Issue