summaryrefslogtreecommitdiff
path: root/glpong3d.h
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2006-12-12 00:20:26 +0000
committerMatt Turner <mattst88@gmail.com>2006-12-12 00:20:26 +0000
commitc8f218776cfed976f0a1c92807572f255f392577 (patch)
tree07fd94f8baa2fe02c5ac330704d3f99836eb0ad5 /glpong3d.h
parentfb9b032bd8e18e3f99841bf3da5e0cab793b3ca9 (diff)
-Fixed the FPS counter, somewhat.
-Compressed the PNGs a little more. git-svn-id: svn://mattst88.com/svn/glpong3d/trunk@15 4dd1920e-271a-0410-bca0-81b404a81564
Diffstat (limited to 'glpong3d.h')
-rw-r--r--glpong3d.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/glpong3d.h b/glpong3d.h
index 9cd2bc9..a993b6e 100644
--- a/glpong3d.h
+++ b/glpong3d.h
@@ -40,7 +40,7 @@ struct {
GLC_t GLC;
GLfloat w;
GLfloat h;
- GLuint fps;
+ GLfloat fps;
Sint8 done;
} GLPong;