(test) add dithering to postprocessing test

This commit is contained in:
Nick Fisher
2025-06-27 09:26:26 +08:00
parent c46ac2383c
commit ceba3915a7

View File

@@ -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 {