Derive Debug for Face

This commit is contained in:
Hanno Braun 2025-01-20 19:30:56 +01:00
parent 5fb4a0ec54
commit 6410f39b36

View File

@ -8,6 +8,7 @@ use crate::{
use super::Vertex;
#[derive(Debug)]
pub struct Face {
surface: Handle<Plane>,
vertices: Vec<Handle<Vertex>>,