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

Commit

Permalink
デバッグ用文字出力のコメントアウト
Browse files Browse the repository at this point in the history
  • Loading branch information
AioiLight committed Feb 20, 2019
1 parent 5f69e52 commit 171342b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions TJAPlayer3/Stages/07.Game/CStage演奏画面共通.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2428,10 +2428,10 @@ protected CDTX.CChip GetChipOfNearest(long nowTime, int player)
nearestChip = pastChip;
}
#endregion
TJAPlayer3.act文字コンソール.tPrint(0, 0, C文字コンソール.Eフォント種別., pastChip != null ? pastChip.ToString() : "null");
TJAPlayer3.act文字コンソール.tPrint(0, 20, C文字コンソール.Eフォント種別., futureChip != null ? futureChip.ToString() : "null");
TJAPlayer3.act文字コンソール.tPrint(0, 40, C文字コンソール.Eフォント種別., nearestChip != null ? nearestChip.ToString() : "null");
TJAPlayer3.act文字コンソール.tPrint(0, 60, C文字コンソール.Eフォント種別., startPosision.ToString());
//TJAPlayer3.act文字コンソール.tPrint(0, 0, C文字コンソール.Eフォント種別.白, pastChip != null ? pastChip.ToString() : "null");
//TJAPlayer3.act文字コンソール.tPrint(0, 20, C文字コンソール.Eフォント種別.白, futureChip != null ? futureChip.ToString() : "null");
//TJAPlayer3.act文字コンソール.tPrint(0, 40, C文字コンソール.Eフォント種別.白, nearestChip != null ? nearestChip.ToString() : "null");
//TJAPlayer3.act文字コンソール.tPrint(0, 60, C文字コンソール.Eフォント種別.白, startPosision.ToString());
return nearestChip;
}
/// <summary>
Expand Down Expand Up @@ -2571,10 +2571,10 @@ bool GetKatsu(CDTX.CChip note)
nearestChip = pastChip;
}
#endregion
TJAPlayer3.act文字コンソール.tPrint(0, 0, C文字コンソール.Eフォント種別., pastChip != null ? pastChip.ToString() : "null");
TJAPlayer3.act文字コンソール.tPrint(0, 20, C文字コンソール.Eフォント種別., futureChip != null ? futureChip.ToString() : "null");
TJAPlayer3.act文字コンソール.tPrint(0, 40, C文字コンソール.Eフォント種別., nearestChip != null ? nearestChip.ToString() : "null");
TJAPlayer3.act文字コンソール.tPrint(0, 60, C文字コンソール.Eフォント種別., startPosision.ToString());
//TJAPlayer3.act文字コンソール.tPrint(0, 0, C文字コンソール.Eフォント種別.白, pastChip != null ? pastChip.ToString() : "null");
//TJAPlayer3.act文字コンソール.tPrint(0, 20, C文字コンソール.Eフォント種別.白, futureChip != null ? futureChip.ToString() : "null");
//TJAPlayer3.act文字コンソール.tPrint(0, 40, C文字コンソール.Eフォント種別.白, nearestChip != null ? nearestChip.ToString() : "null");
//TJAPlayer3.act文字コンソール.tPrint(0, 60, C文字コンソール.Eフォント種別.白, startPosision.ToString());
return nearestChip;
}

Expand Down

0 comments on commit 171342b

Please sign in to comment.