Revisión | c0939c61ab83e3a1438582c41adbd42b08c78973 (tree) |
---|---|
Tiempo | 2019-10-23 00:17:14 |
Autor | yyagi <yyagi.dtxmania@gmai...> |
Commiter | yyagi |
#39698 099fで起動時に例外が出る問題を修正。
@@ -20,7 +20,7 @@ namespace DTXMania | ||
20 | 20 | { |
21 | 21 | // プロパティ |
22 | 22 | #region [ properties ] |
23 | - public static readonly string VERSION = "099f(180901)"; | |
23 | + public static readonly string VERSION = "099g(191022)"; | |
24 | 24 | public static readonly string SLIMDXDLL = "c_net20x86_Jun2010"; |
25 | 25 | public static readonly string D3DXDLL = "d3dx9_43.dll"; // June 2010 |
26 | 26 | //public static readonly string D3DXDLL = "d3dx9_42.dll"; // February 2010 |
@@ -510,6 +510,10 @@ namespace DTXMania | ||
510 | 510 | } |
511 | 511 | protected override void Draw( GameTime gameTime ) |
512 | 512 | { |
513 | + if (Sound管理 == null) | |
514 | + { | |
515 | + return; | |
516 | + } | |
513 | 517 | Sound管理.t再生中の処理をする(); |
514 | 518 | |
515 | 519 | if( Timer != null ) |