mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2025-12-20 09:16:01 +08:00
Update deprecating hash method in raw_image_provider.dart (#2690)
This commit is contained in:
parent
b2061f1cf9
commit
96d72165f1
@ -94,7 +94,7 @@ class _RawImageKey {
|
|||||||
|
|
||||||
@override
|
@override
|
||||||
int get hashCode {
|
int get hashCode {
|
||||||
return hashValues(w, h, format, dataHash.hashCode);
|
return Object.hash(w, h, format, dataHash.hashCode);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user