From f2df66fb3d50af50622b35e5fa51c904b5a32a3f Mon Sep 17 00:00:00 2001 From: Ash Tyndall Date: Fri, 21 Oct 2011 20:18:04 +0800 Subject: [PATCH 1/1] --- scene.c | 1 - 1 file changed, 1 deletion(-) diff --git a/scene.c b/scene.c index 386586e..1d9868c 100644 --- a/scene.c +++ b/scene.c @@ -404,7 +404,6 @@ void display() { getTexture(so.texture); glBindTexture(GL_TEXTURE_2D, so.texture); } else { - getTexture(0); glBindTexture(GL_TEXTURE_2D, 0); } -- 2.20.1