OSDN Git Service

feature/36376_plugin_extの変更がローカルに残ったままでした。すみません。
authoryyagi <yyagi.dtxmania@gmail.com>
Sat, 20 May 2017 06:33:46 +0000 (15:33 +0900)
committeryyagi <yyagi.dtxmania@gmail.com>
Sat, 20 May 2017 06:33:46 +0000 (15:33 +0900)
DTXMania/コード/全体/CDTXMania.cs

index 4dba7b1..0efb743 100644 (file)
@@ -2655,7 +2655,7 @@ namespace DTXMania
                        string[] strDLLs = System.IO.Directory.GetFiles(strプラグインフォルダパス, "*.dll");
                        foreach (string dllName in strDLLs)
                        {
-                               if (Path.GetExtension(dllName).ToLower() != "dll")
+                               if (Path.GetExtension(dllName).ToLower() != ".dll")
                                {
                                        continue;
                                }