WindowのFPS表示を削除 (#572)
This commit is contained in:
parent
c64a0aed49
commit
ce59131d69
@ -768,7 +768,6 @@ namespace TJAPlayer3
|
||||
Timer?.Update();
|
||||
SoundManager.PlayTimer?.Update();
|
||||
FPS?.Update();
|
||||
ShowWindowTitleWithSoundType();
|
||||
|
||||
if (BeatScaling != null)
|
||||
{
|
||||
@ -3143,7 +3142,7 @@ for (int i = 0; i < 3; i++) {
|
||||
delay = "(" + SoundManager.GetSoundDelay() + "ms)";
|
||||
}
|
||||
AssemblyName asmApp = Assembly.GetExecutingAssembly().GetName();
|
||||
base.Text = asmApp.Name + " Ver." + VERSION + " (" + SoundManager.GetCurrentSoundDeviceType() + delay + ") (" + ((FPS != null) ? FPS.NowFPS : "??") + " FPS)";
|
||||
base.Text = asmApp.Name + " Ver." + VERSION + " (" + SoundManager.GetCurrentSoundDeviceType() + delay + ")";
|
||||
}
|
||||
|
||||
private void t終了処理()
|
||||
|
Loading…
Reference in New Issue
Block a user