Skip to content

Commit

Permalink
Fixed unresolved symbol on Visual Studio
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed Nov 14, 2016
1 parent 57d01d7 commit c2837ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/haptic/SDL_haptic.c
Expand Up @@ -25,8 +25,8 @@
#include "../joystick/SDL_joystick_c.h" /* For SDL_PrivateJoystickValid */
#include "SDL_assert.h"

static SDL_Haptic *SDL_haptics = NULL;

/* Global for SDL_windowshaptic.c */
SDL_Haptic *SDL_haptics = NULL;

/*
* Initializes the Haptic devices.
Expand Down

0 comments on commit c2837ef

Please sign in to comment.