From 8490c68f5d3fbb4d3e0030467dd785beca10c3f1 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sat, 1 Mar 2008 18:04:19 +0000 Subject: 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 --- glpong.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'glpong.h') 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 -- cgit v1.2.3