Browse Source

Remove test #undef from previous commit.

Miku AuahDark 3 years ago
parent
commit
822d363dfa
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/modules/audio/openal/Audio.h

+ 0 - 1
src/modules/audio/openal/Audio.h

@@ -178,7 +178,6 @@ private:
 	//float metersPerUnit = 1.0;
 	//float metersPerUnit = 1.0;
 
 
 #ifdef LOVE_ANDROID
 #ifdef LOVE_ANDROID
-#	undef ALC_SOFT_pause_device
 #	ifndef ALC_SOFT_pause_device
 #	ifndef ALC_SOFT_pause_device
 	typedef void (ALC_APIENTRY*LPALCDEVICEPAUSESOFT)(ALCdevice *device);
 	typedef void (ALC_APIENTRY*LPALCDEVICEPAUSESOFT)(ALCdevice *device);
 	typedef void (ALC_APIENTRY*LPALCDEVICERESUMESOFT)(ALCdevice *device);
 	typedef void (ALC_APIENTRY*LPALCDEVICERESUMESOFT)(ALCdevice *device);