mirror of
https://github.com/tuyoogame/YooAsset.git
synced 2026-05-19 06:40:21 +00:00
update resource manager
This commit is contained in:
@@ -133,7 +133,7 @@ namespace YooAsset
|
||||
/// </summary>
|
||||
public int CompareTo(ProviderBase other)
|
||||
{
|
||||
return this.ProviderPriority.CompareTo(other.ProviderPriority);
|
||||
return other.ProviderPriority.CompareTo(this.ProviderPriority);
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
||||
Reference in New Issue
Block a user