mirror of
https://github.com/emilk/egui.git
synced 2026-07-12 09:38:54 +00:00
Remove extra separator in color test
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user