From 78d78c3b21fbdc32b73b9e4c9e2719a148c32356 Mon Sep 17 00:00:00 2001 From: notaz Date: Mon, 3 Jan 2011 00:14:35 +0200 Subject: gpu_unai: basic frameskip only partially works but oh well --- plugins/dfxvideo/fps.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/dfxvideo') diff --git a/plugins/dfxvideo/fps.c b/plugins/dfxvideo/fps.c index 2edcd30..b0c87dd 100644 --- a/plugins/dfxvideo/fps.c +++ b/plugins/dfxvideo/fps.c @@ -57,7 +57,7 @@ void CheckFrameRate(void) else // non-skipping mode: { if(UseFrameLimit) FrameCap(); // -> do it - if(ulKeybits&KEY_SHOWFPS) calcfps(); // -> and calc fps display + /*if(ulKeybits&KEY_SHOWFPS)*/ calcfps(); // -> and calc fps display } } -- cgit v1.2.3