From 67d7021ae06e1c3559f3c0c35162768fcd1402d4 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 22 Sep 2009 11:14:58 -0600 Subject: progs/perf: add missing texture enable in fbobind.c --- progs/perf/fbobind.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'progs/perf/fbobind.c') diff --git a/progs/perf/fbobind.c b/progs/perf/fbobind.c index 99a56ef2f7..fb52a93a2f 100644 --- a/progs/perf/fbobind.c +++ b/progs/perf/fbobind.c @@ -105,6 +105,8 @@ PerfInit(void) /* clear the FBO */ glClear(GL_COLOR_BUFFER_BIT); } + + glEnable(GL_TEXTURE_2D); } -- cgit v1.2.3