mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-01 01:18:38 +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:
@ -22,7 +22,7 @@ class RotateEffectExample extends FlameGame {
|
||||
camera: CameraComponent.withFixedResolution(
|
||||
width: 400,
|
||||
height: 600,
|
||||
)..viewfinder.anchor = Anchor.topLeft,
|
||||
),
|
||||
world: _RotateEffectWorld(),
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user