mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 14:50:03 -04:00
Move Color32 constants from mod color to struct Color32
This commit is contained in:
@@ -95,7 +95,7 @@ impl FrameHistory {
|
||||
align::LEFT_BOTTOM,
|
||||
text,
|
||||
TextStyle::Monospace,
|
||||
color::WHITE,
|
||||
Color32::WHITE,
|
||||
));
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user