mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 22:30:03 -04:00
Add rudimentary support for gui windows that you can move around
This commit is contained in:
@@ -389,8 +389,8 @@ impl Mesher {
|
||||
add_arc(vec2(max.x - cr, min.y + cr), 3);
|
||||
}
|
||||
|
||||
if let Some(color) = fill_color {
|
||||
self.fill_closed_path(&path_points, &path_normals, *color);
|
||||
if let Some(fill_color) = fill_color {
|
||||
self.fill_closed_path(&path_points, &path_normals, *fill_color);
|
||||
}
|
||||
if let Some(outline) = outline {
|
||||
self.paint_path(
|
||||
|
||||
Reference in New Issue
Block a user