Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MikiraSora committed Oct 9, 2024
1 parent fd0f73e commit 1177544
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ public int LimitFPS
set
{
Set(ref limitFPS, value);
Properties.AudioPlayerToolViewerSetting.Default.CurrentTimeXOffset = value;
Properties.AudioPlayerToolViewerSetting.Default.LimitFPS = value;
Properties.AudioPlayerToolViewerSetting.Default.Save();
UpdateActualRenderInterval();
}
Expand Down

0 comments on commit 1177544

Please sign in to comment.