Skip to content

Commit

Permalink
Fixed timedemo issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
sinshu committed Jun 17, 2023
1 parent 886940e commit ab504c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ManagedDoom/src/Silk/SilkDoom.cs
Expand Up @@ -104,7 +104,7 @@ private void OnLoad()

doom = new Doom(args, config, content, video, sound, music, userInput);

fpsScale = config.video_fpsscale;
fpsScale = args.timedemo.Present ? 1 : config.video_fpsscale;
frameCount = -1;
}

Expand Down

0 comments on commit ab504c7

Please sign in to comment.