From ceba3915a76b1dbe1306e7a2bdf994ba3c1436f8 Mon Sep 17 00:00:00 2001 From: Nick Fisher Date: Fri, 27 Jun 2025 09:26:26 +0800 Subject: [PATCH] (test) add dithering to postprocessing test --- thermion_dart/test/postprocessing_tests.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/thermion_dart/test/postprocessing_tests.dart b/thermion_dart/test/postprocessing_tests.dart index 725bde5e..5eb4ac1e 100644 --- a/thermion_dart/test/postprocessing_tests.dart +++ b/thermion_dart/test/postprocessing_tests.dart @@ -36,7 +36,7 @@ void main() async { await view.setDithering(false); expect(await view.isDitheringEnabled(), false); await testHelper.capture(viewer.view, "dithering_disabled"); - }, cameraPosition: Vector3(0, 0, 3)); + }); }); test('bloom', () async {