update resource manager

pull/229/head
hevinci 2023-10-25 18:45:30 +08:00
parent 992957e1e9
commit 64681db027
1 changed files with 1 additions and 1 deletions

View File

@ -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>