Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/DTXManiaプロジェクト/コード/全体/CDTXMania.cs

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 84 by kairera0467, Thu May 2 23:04:30 2013 UTC revision 90 by kairera0467, Thu May 9 11:33:32 2013 UTC
# Line 1502  for (int i = 0; i < 3; i++) { Line 1502  for (int i = 0; i < 3; i++) {
1502                  }                  }
1503                  public static void tテクスチャの解放( ref CTexture tx )                  public static void tテクスチャの解放( ref CTexture tx )
1504                  {                  {
1505                          CDTXMania.t安全にDisposeする( ref tx );              if( tx != null )
1506                                CDTXMania.t安全にDisposeする( ref tx );
1507                  }                  }
1508    
1509                  public static CTexture tテクスチャの生成( byte[] txData )                  public static CTexture tテクスチャの生成( byte[] txData )

Legend:
Removed from v.84  
changed lines
  Added in v.90

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26