1
0
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:
Emil Ernerfeldt
2025-11-16 15:40:48 -08:00
parent 3ea92e8240
commit 5d5de946c4
3 changed files with 9 additions and 7 deletions

View File

@@ -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),