コード例 #1
0
ファイル: TextPrinter.cs プロジェクト: treytomes/ASCIIWorld2
 /// <summary>
 /// Restores the projection and modelview matrices to their previous state.
 /// </summary>
 public void End()
 {
     TextOutput.End();
 }