diff --git a/thermion_dart/lib/src/filament/src/filament_app.dart b/thermion_dart/lib/src/filament/src/filament_app.dart index d72808ce..05eccb8e 100644 --- a/thermion_dart/lib/src/filament/src/filament_app.dart +++ b/thermion_dart/lib/src/filament/src/filament_app.dart @@ -263,7 +263,7 @@ abstract class FilamentApp { {covariant View? view, bool captureRenderTarget = false, PixelDataFormat pixelDataFormat = PixelDataFormat.RGBA, - PixelDataType pixelDataType = PixelDataType.UBYTE, + PixelDataType pixelDataType = PixelDataType.FLOAT, Future Function(View)? beforeRender}); ///