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