flip texture on Windows
This commit is contained in:
@@ -189,7 +189,7 @@ class _FilamentWidgetState extends State<FilamentWidget> {
|
|||||||
},
|
},
|
||||||
child: _resizing
|
child: _resizing
|
||||||
? Container()
|
? Container()
|
||||||
: Platform.isLinux
|
: Platform.isLinux || Platform.isWindows
|
||||||
? Transform(
|
? Transform(
|
||||||
alignment: Alignment.center,
|
alignment: Alignment.center,
|
||||||
transform: Matrix4.rotationX(
|
transform: Matrix4.rotationX(
|
||||||
|
|||||||
Reference in New Issue
Block a user