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