TestsTab.qml
changeset 32 1c2a7f563019
parent 31 e68f1542d9d3
child 33 cf5eba52cb1d
     1.1 --- a/TestsTab.qml	Tue Jun 03 18:35:43 2014 +0200
     1.2 +++ b/TestsTab.qml	Wed Jun 04 08:12:37 2014 +0200
     1.3 @@ -133,7 +133,7 @@
     1.4              }
     1.5  
     1.6  
     1.7 -            var frameCounter=frameCount-firstFrame;
     1.8 +            var frameCounter=(frameCount-firstFrame)/2;
     1.9              labelFrameCount.text=frameCounter;
    1.10              labelTime.text=milliseconds/1000;
    1.11              labelTimePerFrame.text=(milliseconds/frameCounter).toFixed(3);