aboutsummaryrefslogtreecommitdiff
path: root/source/Irrlicht/CGLXManager.cpp
diff options
context:
space:
mode:
authorcutealien <cutealien@dfc29bdd-3216-0410-991c-e03cc46cb475>2021-08-26 21:57:27 +0000
committersfan5 <sfan5@live.de>2021-08-27 10:59:31 +0200
commit9690c1b3e30410f4780dc6466ae474cc1350f82a (patch)
tree09128dd0088f9e135e62d2a16b87a46c89e98262 /source/Irrlicht/CGLXManager.cpp
parentc26ff3476f5cce6c6ce2d6fa1b88c9dfff3674ca (diff)
downloadirrlicht-9690c1b3e30410f4780dc6466ae474cc1350f82a.tar.xz
Merging r6196 through r6248 from trunk to ogl-es branch
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@6249 dfc29bdd-3216-0410-991c-e03cc46cb475
Diffstat (limited to 'source/Irrlicht/CGLXManager.cpp')
-rw-r--r--source/Irrlicht/CGLXManager.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/Irrlicht/CGLXManager.cpp b/source/Irrlicht/CGLXManager.cpp
index a5dc95d..4d5ef48 100644
--- a/source/Irrlicht/CGLXManager.cpp
+++ b/source/Irrlicht/CGLXManager.cpp
@@ -282,7 +282,7 @@ void CGLXManager::terminate()
{
if (libHandle)
dlclose(libHandle);
- memset(&CurrentContext, 0, sizeof(CurrentContext));
+ memset((void*)&CurrentContext, 0, sizeof(CurrentContext));
}
bool CGLXManager::generateSurface()