Remove extra separator in color test
This commit is contained in:
parent
8ae4d49e6e
commit
a86ec5a749
1 changed files with 0 additions and 1 deletions
|
@ -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);
|
||||
|
||||
|
|
Loading…
Reference in a new issue