From ce59131d695f010c24d9b0fdec3b3a459e0bd06d Mon Sep 17 00:00:00 2001 From: Takkkom <76614532+Takkkom@users.noreply.github.com> Date: Mon, 5 Feb 2024 20:05:55 +0900 Subject: [PATCH] =?UTF-8?q?Window=E3=81=AEFPS=E8=A1=A8=E7=A4=BA=E3=82=92?= =?UTF-8?q?=E5=89=8A=E9=99=A4=20(#572)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- OpenTaiko/src/Common/TJAPlayer3.cs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/OpenTaiko/src/Common/TJAPlayer3.cs b/OpenTaiko/src/Common/TJAPlayer3.cs index 6c017abb..ca7d1e86 100644 --- a/OpenTaiko/src/Common/TJAPlayer3.cs +++ b/OpenTaiko/src/Common/TJAPlayer3.cs @@ -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終了処理()