From 2b310968561c4f9bea8c9732bf42a9b36e788e81 Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Fri, 13 Nov 2015 10:51:29 +0100 Subject: SWORD25: Fix comment translation --- engines/sword25/gfx/graphicengine.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/engines/sword25/gfx/graphicengine.cpp b/engines/sword25/gfx/graphicengine.cpp index 1324b3e657..fd3b63aeee 100644 --- a/engines/sword25/gfx/graphicengine.cpp +++ b/engines/sword25/gfx/graphicengine.cpp @@ -60,7 +60,7 @@ enum { namespace Sword25 { -static const uint FRAMETIME_SAMPLE_COUNT = 5; // Number of frame periods in average per number of frames +static const uint FRAMETIME_SAMPLE_COUNT = 5; // Frame duration is averaged over FRAMETIME_SAMPLE_COUNT frames GraphicEngine::GraphicEngine(Kernel *pKernel) : _width(0), -- cgit v1.2.3