renamed to ContainsKey instead of KeyExist
This commit is contained in:
parent
4b880eb50f
commit
85436b5a7b
@ -18,7 +18,7 @@ namespace hgl
|
||||
if(uri_short_name.IsEmpty())
|
||||
return(false);
|
||||
|
||||
if(assets_source_map.KeyExist(uri_short_name))
|
||||
if(assets_source_map.ContainsKey(uri_short_name))
|
||||
return(false);
|
||||
|
||||
assets_source_map.Add(uri_short_name,as);
|
||||
|
Loading…
x
Reference in New Issue
Block a user