mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 13:20:05 -04:00
revert accidental changes
This commit is contained in:
@@ -30,7 +30,7 @@ pub enum Shape {
|
||||
|
||||
/// Recursively nest more shapes - sometimes a convenience to be able to do.
|
||||
/// For performance reasons it is better to avoid it.
|
||||
Vec(Vec<Self>),
|
||||
Vec(Vec<Shape>),
|
||||
|
||||
/// Circle with optional outline and fill.
|
||||
Circle(CircleShape),
|
||||
|
||||
Reference in New Issue
Block a user