mirror of
https://github.com/libretro/scummvm.git
synced 2025-02-10 12:55:24 +00:00
SWORD25: Fix comment translation
This commit is contained in:
parent
1f1ef9b632
commit
2b31096856
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user