X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=dosdemo;a=blobdiff_plain;f=src%2Ftinyfps.c;h=83e010f7cf11a9aebd9da9eccb6f6c62e9fcca26;hp=78447486eb7741c7a665133f9dda044ce7a7bd61;hb=ea62e857029bdebd88b35beea372c144382400b9;hpb=ed4dac9a7af24c8c4bb43484914c52502b68d8b7 diff --git a/src/tinyfps.c b/src/tinyfps.c index 7844748..83e010f 100644 --- a/src/tinyfps.c +++ b/src/tinyfps.c @@ -123,5 +123,7 @@ void drawFps(unsigned short *vram) startingFpsTime = time_msec; nFrames = 0; } - drawDecimal(fps, 4, 4, 2, vram); + //drawDecimal(fps, 4, 4, 2, vram); + // Moving this on the lower left side of screen for now, since the lack of double buffering generates flickering for this atm + drawDecimal(fps, 4, fb_height - 12, 2, vram); }