mirror of
https://github.com/flame-engine/flame.git
synced 2025-10-29 16:05:47 +08:00
fix: Remove deprecations for 1.10.0 (#2809)
Removed deprecations for 1.10.0 and fixes some small unreleased regressions found when going through the examples.
This commit is contained in:
@ -129,7 +129,7 @@ bounce on will appear.
|
||||
|
||||
@override
|
||||
void onMouseMove(PointerHoverInfo info) {
|
||||
final origin = info.eventPosition.game;
|
||||
final origin = info.eventPosition.widget;
|
||||
isOriginCasted = origin == this.origin;
|
||||
this.origin = origin;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user