mirror of
https://github.com/hannobraun/Fornjot
synced 2025-05-04 18:08:26 +00:00
Derive Debug
for Face
This commit is contained in:
parent
5fb4a0ec54
commit
6410f39b36
@ -8,6 +8,7 @@ use crate::{
|
|||||||
|
|
||||||
use super::Vertex;
|
use super::Vertex;
|
||||||
|
|
||||||
|
#[derive(Debug)]
|
||||||
pub struct Face {
|
pub struct Face {
|
||||||
surface: Handle<Plane>,
|
surface: Handle<Plane>,
|
||||||
vertices: Vec<Handle<Vertex>>,
|
vertices: Vec<Handle<Vertex>>,
|
||||||
|
Loading…
Reference in New Issue
Block a user