summaryrefslogtreecommitdiff
path: root/src/render/mglemu.cpp
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2015-12-13 17:51:41 +0300
committerAndrei Karas <akaras@inbox.ru>2015-12-13 17:51:41 +0300
commite17da4740c510e3b28634b02298b661a151987f0 (patch)
treee83d868000186a249c946d80aa478b0119eda494 /src/render/mglemu.cpp
parentd8e20baa960b95c1ca1dfd7b7e6fc457c695d106 (diff)
downloadManaVerse-e17da4740c510e3b28634b02298b661a151987f0.tar.gz
ManaVerse-e17da4740c510e3b28634b02298b661a151987f0.tar.bz2
ManaVerse-e17da4740c510e3b28634b02298b661a151987f0.tar.xz
ManaVerse-e17da4740c510e3b28634b02298b661a151987f0.zip
Fix code style.
Diffstat (limited to 'src/render/mglemu.cpp')
-rw-r--r--src/render/mglemu.cpp2
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)
{
}