Skip to content
This repository was archived by the owner on Mar 9, 2020. It is now read-only.

Commit 171342b

Browse files
committed
デバッグ用文字出力のコメントアウト
1 parent 5f69e52 commit 171342b

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

TJAPlayer3/Stages/07.Game/CStage演奏画面共通.cs

+8-8
Original file line numberDiff line numberDiff line change
@@ -2428,10 +2428,10 @@ protected CDTX.CChip GetChipOfNearest(long nowTime, int player)
24282428
nearestChip = pastChip;
24292429
}
24302430
#endregion
2431-
TJAPlayer3.act文字コンソール.tPrint(0, 0, C文字コンソール.Eフォント種別., pastChip != null ? pastChip.ToString() : "null");
2432-
TJAPlayer3.act文字コンソール.tPrint(0, 20, C文字コンソール.Eフォント種別., futureChip != null ? futureChip.ToString() : "null");
2433-
TJAPlayer3.act文字コンソール.tPrint(0, 40, C文字コンソール.Eフォント種別., nearestChip != null ? nearestChip.ToString() : "null");
2434-
TJAPlayer3.act文字コンソール.tPrint(0, 60, C文字コンソール.Eフォント種別., startPosision.ToString());
2431+
//TJAPlayer3.act文字コンソール.tPrint(0, 0, C文字コンソール.Eフォント種別.白, pastChip != null ? pastChip.ToString() : "null");
2432+
//TJAPlayer3.act文字コンソール.tPrint(0, 20, C文字コンソール.Eフォント種別.白, futureChip != null ? futureChip.ToString() : "null");
2433+
//TJAPlayer3.act文字コンソール.tPrint(0, 40, C文字コンソール.Eフォント種別.白, nearestChip != null ? nearestChip.ToString() : "null");
2434+
//TJAPlayer3.act文字コンソール.tPrint(0, 60, C文字コンソール.Eフォント種別.白, startPosision.ToString());
24352435
return nearestChip;
24362436
}
24372437
/// <summary>
@@ -2571,10 +2571,10 @@ bool GetKatsu(CDTX.CChip note)
25712571
nearestChip = pastChip;
25722572
}
25732573
#endregion
2574-
TJAPlayer3.act文字コンソール.tPrint(0, 0, C文字コンソール.Eフォント種別., pastChip != null ? pastChip.ToString() : "null");
2575-
TJAPlayer3.act文字コンソール.tPrint(0, 20, C文字コンソール.Eフォント種別., futureChip != null ? futureChip.ToString() : "null");
2576-
TJAPlayer3.act文字コンソール.tPrint(0, 40, C文字コンソール.Eフォント種別., nearestChip != null ? nearestChip.ToString() : "null");
2577-
TJAPlayer3.act文字コンソール.tPrint(0, 60, C文字コンソール.Eフォント種別., startPosision.ToString());
2574+
//TJAPlayer3.act文字コンソール.tPrint(0, 0, C文字コンソール.Eフォント種別.白, pastChip != null ? pastChip.ToString() : "null");
2575+
//TJAPlayer3.act文字コンソール.tPrint(0, 20, C文字コンソール.Eフォント種別.白, futureChip != null ? futureChip.ToString() : "null");
2576+
//TJAPlayer3.act文字コンソール.tPrint(0, 40, C文字コンソール.Eフォント種別.白, nearestChip != null ? nearestChip.ToString() : "null");
2577+
//TJAPlayer3.act文字コンソール.tPrint(0, 60, C文字コンソール.Eフォント種別.白, startPosision.ToString());
25782578
return nearestChip;
25792579
}
25802580

0 commit comments

Comments
 (0)