mirror of
https://github.com/Alex-Rachel/TEngine.git
synced 2025-08-14 16:51:28 +00:00
Update ResDictionary.cs
This commit is contained in:
@@ -75,7 +75,7 @@ namespace TEngine
|
|||||||
{
|
{
|
||||||
m_data = new Dictionary<K, T>();
|
m_data = new Dictionary<K, T>();
|
||||||
|
|
||||||
///读取文件不支持filter,实际也没这个需求
|
//读取文件不支持filter,实际也没这个需求
|
||||||
TLogger.LogAssert(m_filter == null);
|
TLogger.LogAssert(m_filter == null);
|
||||||
|
|
||||||
List<T> rawList;
|
List<T> rawList;
|
||||||
|
Reference in New Issue
Block a user