OSDN Git Service

feature/36376_plugin_extの変更がローカルに残ったままでした。すみません。
[dtxmania/dtxmania.git] / 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;
                                }