mirror of https://github.com/tuyoogame/YooAsset
update resource manager
parent
992957e1e9
commit
64681db027
|
@ -133,7 +133,7 @@ namespace YooAsset
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public int CompareTo(ProviderBase other)
|
public int CompareTo(ProviderBase other)
|
||||||
{
|
{
|
||||||
return this.ProviderPriority.CompareTo(other.ProviderPriority);
|
return other.ProviderPriority.CompareTo(this.ProviderPriority);
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
Loading…
Reference in New Issue