Remove extra separator in color test

This commit is contained in:
Emil Ernerfeldt 2022-12-05 17:38:38 +01:00
parent 8ae4d49e6e
commit a86ec5a749

View file

@ -98,7 +98,6 @@ impl ColorTest {
// TODO(emilk): test color multiplication (image tint),
// to make sure vertex and texture color multiplication is done in linear space.
ui.separator();
ui.label("Gamma interpolation:");
self.show_gradients(ui, WHITE, (RED, GREEN), Interpolation::Gamma);