mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 13:20:05 -04:00
Refactor: rename Frame to Mesh
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
use crate::{
|
||||
fonts::TextStyle,
|
||||
math::{Rect, Vec2},
|
||||
mesher::Frame,
|
||||
mesher::Mesh,
|
||||
};
|
||||
|
||||
// ----------------------------------------------------------------------------
|
||||
@@ -160,7 +160,7 @@ pub enum PaintCmd {
|
||||
outline: Option<Outline>,
|
||||
radius: f32,
|
||||
},
|
||||
Frame(Frame),
|
||||
Mesh(Mesh),
|
||||
Line {
|
||||
points: Vec<Vec2>,
|
||||
color: Color,
|
||||
|
||||
Reference in New Issue
Block a user