1
0
mirror of synced 2025-02-20 20:41:46 +01:00

入力が受け付けない問題の修正を試みる1 (#452)

This commit is contained in:
Takkkom 2023-03-05 19:00:51 +09:00 committed by GitHub
parent 9cc5de4384
commit 48554206bd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -920,7 +920,7 @@ namespace TJAPlayer3
if( !inputEvent.b押された )
continue;
long nTime = (long)(((inputEvent.nTimeStamp + nInputAdjustTimeMs - CSound管理.rc演奏用タイマ.n前回リセットした時のシステム時刻) * (((double)TJAPlayer3.ConfigIni.n演奏速度) / 20.0)));
long nTime = (long)(((CSound管理.rc演奏用タイマ.n現在時刻ms + nInputAdjustTimeMs) * (((double)TJAPlayer3.ConfigIni.n演奏速度) / 20.0)));
//int nPad09 = ( nPad == (int) Eパッド.HP ) ? (int) Eパッド.BD : nPad; // #27029 2012.1.5 yyagi
bool bHitted = false;