summaryrefslogtreecommitdiff
path: root/glpong3d.h
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2010-01-21 15:55:32 -0500
committerMatt Turner <mattst88@gmail.com>2011-04-04 17:14:35 -0400
commit89c1f661870d210cf4c0971f97a67a1a7c5b7a39 (patch)
tree7bba802acd43fcb04f050584afdb4d00539722af /glpong3d.h
parentce7f4caaf9fa41e383efbc4854106558b3ff0e19 (diff)
Rework GLPong_Draw, use FPS code.
Signed-off-by: Matt Turner <mattst88@gmail.com>
Diffstat (limited to 'glpong3d.h')
-rw-r--r--glpong3d.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/glpong3d.h b/glpong3d.h
index 80d6cb0..55bab80 100644
--- a/glpong3d.h
+++ b/glpong3d.h
@@ -22,8 +22,6 @@
#define AMASK 0xff000000
#endif
-GLuint background;
-
GLuint paddle_texture;
GLuint paddle_texture_hit;
GLuint ball_texture;