Skip to content
Snippets Groups Projects
Commit 85d9a95b authored by dg's avatar dg
Browse files

test

git-svn-id: http://svn.net-core.org/repos/t-engine4@4211 51575b47-30f0-44d4-a5cc-537603b46e54
parent 38eb6082
No related branches found
No related tags found
No related merge requests found
......@@ -38,7 +38,7 @@ extern GLenum gl_c_texture_unit;
extern GLenum gl_c_texture;
#define tglBindTexture(w, t) \
{ \
if ((t) != gl_c_texture) { glBindTexture((w), (t)); gl_c_texture=(t); } \
glBindTexture((w), (t)); gl_c_texture=(t); \
}
#define tfglBindTexture(w, t) \
{ \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment