From 58141aadf9f5be6a0a71c983b9f475f92578df4b Mon Sep 17 00:00:00 2001
From: Ali Can Demiralp <demiralpali@gmail.com>
Date: Mon, 23 Jul 2018 19:57:28 +0200
Subject: [PATCH] Updated mock.

---
 tests/src/mocks/generation/Create_openGL_mock.py | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/tests/src/mocks/generation/Create_openGL_mock.py b/tests/src/mocks/generation/Create_openGL_mock.py
index 07c1944f..fa0528aa 100644
--- a/tests/src/mocks/generation/Create_openGL_mock.py
+++ b/tests/src/mocks/generation/Create_openGL_mock.py
@@ -22,7 +22,8 @@
 import sys, getopt
 
 #functions you want to mock should be put in this list
-functions_to_mock = ['__glewBindAttribLocation',
+functions_to_mock = ['__glewActiveTexture',
+                     '__glewBindAttribLocation',
                      '__glewBindBuffer', '__glewBindBufferBase',
                      '__glewBindBufferRange', '__glewBindFragDataLocation',
                      '__glewBindFragDataLocationIndexed',
-- 
GitLab