Fix compilation on iOS. Fix shader compilation on OpenGL ES. Fix (harmless) GL errors on OpenGL ES 2. Resolves issue #1266.

--HG--
branch : minor
This commit is contained in:
Alex Szpakowski
2017-03-09 20:46:26 -04:00
parent 5ce084051a
commit 1a9262dda9
4 changed files with 34 additions and 12 deletions
+2
View File
@@ -21,6 +21,8 @@
#ifndef LOVE_AUDIO_OPENAL_EFFECTS_H
#define LOVE_AUDIO_OPENAL_EFFECTS_H
#include "common/config.h"
// OpenAL
#ifdef LOVE_APPLE_USE_FRAMEWORKS // Frameworks have different include paths.
#ifdef LOVE_IOS