From 5a181c882a28f1d4b19371179c70252feb61d664 Mon Sep 17 00:00:00 2001
From: dg <dg@51575b47-30f0-44d4-a5cc-537603b46e54>
Date: Sat, 22 Jan 2011 13:09:49 +0000
Subject: [PATCH] oups debug

git-svn-id: http://svn.net-core.org/repos/t-engine4@2462 51575b47-30f0-44d4-a5cc-537603b46e54
---
 src/shaders.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/src/shaders.c b/src/shaders.c
index d4a60e48c4..a3ca09a6ce 100644
--- a/src/shaders.c
+++ b/src/shaders.c
@@ -35,7 +35,6 @@ bool shaders_active = TRUE;
 void useShader(shader_type *p, int x, int y, int w, int h, float r, float g, float b, float a)
 {
 	glUseProgramObjectARB(p->shader);
-	printf("Using shader %d at %dx%d (%dx%d), %f;%f;%f;%f\n", p->shader,x,y,w,h,r,g,b,a);
 	GLfloat t = SDL_GetTicks();
 	glUniform1fvARB(p->p_tick, 1, &t);
 	GLfloat d[4];
-- 
GitLab