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())
|
if(uri_short_name.IsEmpty())
|
||||||
return(false);
|
return(false);
|
||||||
|
|
||||||
if(assets_source_map.KeyExist(uri_short_name))
|
if(assets_source_map.ContainsKey(uri_short_name))
|
||||||
return(false);
|
return(false);
|
||||||
|
|
||||||
assets_source_map.Add(uri_short_name,as);
|
assets_source_map.Add(uri_short_name,as);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user