fix release build failure due to remaining TJAPlayer3 namespace references (#670)
This commit is contained in:
parent
eac405196a
commit
2de208181f
2
OpenTaiko/src/Common/OpenTaiko.cs
Normal file → Executable file
2
OpenTaiko/src/Common/OpenTaiko.cs
Normal file → Executable 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
|
||||
|
Loading…
Reference in New Issue
Block a user