mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-27 11:10:11 +00:00
update resource manager
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user