1
0
mirror of synced 2024-11-27 17:00:50 +01:00

fix release build failure due to remaining TJAPlayer3 namespace references (#670)

This commit is contained in:
Wei-Cheng Yeh (IID) 2024-08-04 17:28:18 +08:00 committed by GitHub
parent eac405196a
commit 2de208181f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

2
OpenTaiko/src/Common/OpenTaiko.cs Normal file → Executable file
View File

@ -2065,7 +2065,7 @@ for (int i = 0; i < 3; i++) {
}
#else
string strFullPath =
Path.Combine(TJAPlayer3.strEXEのあるフォルダ, "Capture_img");
Path.Combine(OpenTaiko.strEXEのあるフォルダ, "Capture_img");
strFullPath = Path.Combine(strFullPath, DateTime.Now.ToString("yyyyMMddHHmmss") + ".png");
SaveResultScreen(strFullPath);
#endif