diff options
author | pixel <pixel> | 2003-04-03 16:22:34 +0000 |
---|---|---|
committer | pixel <pixel> | 2003-04-03 16:22:34 +0000 |
commit | 100da29601f0ed1923ca3d6a1db3142929321f38 (patch) | |
tree | 1d6ab12b1db23f076f06093bc18e5b63960463d8 /src | |
parent | 36527119ae021b317f8405c4cf40251ddcc037b9 (diff) |
autoconf stuff
Diffstat (limited to 'src')
-rw-r--r-- | src/test.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test.cc b/src/test.cc index 4ba9349..d93e50e 100644 --- a/src/test.cc +++ b/src/test.cc @@ -66,7 +66,7 @@ virtual int startup() throw (GeneralException) { sh->pcircle(320, 240, 50); // sh->arc(320, 240, 50, 0, 0); -// sh->box(MIN(sx1, sx2), MIN(sy1, sy2), MAX(sx1, sx2), MAX(sy1, sy2), AlphaBlue); + sh->box(MIN(sx1, sx2), MIN(sy1, sy2), MAX(sx1, sx2), MAX(sy1, sy2), AlphaBlue); font->putcursor(550, 400); font->printf("FPS: %.2f\n", mogltk::engine::FPS()); |