diff --git a/Assets/TEngine/Runtime/Config/ResDataBase/ResDictionary.cs b/Assets/TEngine/Runtime/Config/ResDataBase/ResDictionary.cs index 6e3d6796..26f5b1c6 100644 --- a/Assets/TEngine/Runtime/Config/ResDataBase/ResDictionary.cs +++ b/Assets/TEngine/Runtime/Config/ResDataBase/ResDictionary.cs @@ -75,7 +75,7 @@ namespace TEngine { m_data = new Dictionary(); - ///读取文件不支持filter,实际也没这个需求 + //读取文件不支持filter,实际也没这个需求 TLogger.LogAssert(m_filter == null); List rawList;