summaryrefslogtreecommitdiff
path: root/glpong.h
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2008-03-01 18:04:19 +0000
committerMatt Turner <mattst88@gmail.com>2008-03-01 18:04:19 +0000
commit8490c68f5d3fbb4d3e0030467dd785beca10c3f1 (patch)
treeca375e1605a94d44bf23d3b8e80084ec65371da2 /glpong.h
parent83723eb5558383537968bee22b2342372ad9a40d (diff)
Begin adding text rendering support using QuesoGLC. Minor clean ups. Begin working on FPS counter.
git-svn-id: svn://mattst88.com/svn/glpong/trunk@13 449aeecc-241a-0410-943f-e2f883e2d7a2
Diffstat (limited to 'glpong.h')
-rw-r--r--glpong.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/glpong.h b/glpong.h
index 43ee592..6bbde04 100644
--- a/glpong.h
+++ b/glpong.h
@@ -7,8 +7,8 @@
#include "ball.h"
/*#include "paddle.h"*/
-#define GLPONG_WIDTH 640
-#define GLPONG_HEIGHT 480
+#define GLPONG_WIDTH 640.0f
+#define GLPONG_HEIGHT 480.0f
#define GLPONG_NOACTION 0
#define GLPONG_EXIT 1