Commit ae1656f56f562f8062736351b97f9b087558b86e

brlcad 2008-08-05T15:18:50

unsigned int, thx bulletcatcher

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/demo/FTGLDemo.cpp b/demo/FTGLDemo.cpp
index c49a094..9847034 100644
--- a/demo/FTGLDemo.cpp
+++ b/demo/FTGLDemo.cpp
@@ -583,7 +583,7 @@ void parsekey(unsigned char key, int x, int y)
 void parseSpecialKey(int key, int x, int y)
 {
     FTSimpleLayout *l = NULL;
-    float s;
+    unsigned int s;
 
     // If the currentLayout is a SimpleLayout store a pointer in l
     if(layouts[currentLayout]