diff options
Diffstat (limited to 'src/render/mglemu.cpp')
-rw-r--r-- | src/render/mglemu.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/render/mglemu.cpp b/src/render/mglemu.cpp index 30330d9a5..4b46b341b 100644 --- a/src/render/mglemu.cpp +++ b/src/render/mglemu.cpp @@ -40,4 +40,8 @@ void APIENTRY emuglTextureSubImage2D(GLuint texture, GLenum target, format, type, pixels); } +void APIENTRY emuglActiveTexture (GLenum texture A_UNUSED) +{ +} + #endif |