SWORD25: Fix comment translation

This commit is contained in:
Willem Jan Palenstijn 2015-11-13 10:51:29 +01:00
parent 1f1ef9b632
commit 2b31096856

View File

@ -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),