This commit is contained in:
Max Brunsfeld 2021-12-13 17:44:20 -08:00
parent 0b1c27956b
commit 4efdc53d9f
6 changed files with 68 additions and 9 deletions

View file

@ -65,9 +65,9 @@ pub struct MultiBufferSnapshot {
}
pub struct ExcerptProperties<'a, T> {
buffer: &'a ModelHandle<Buffer>,
range: Range<T>,
header_height: u8,
pub buffer: &'a ModelHandle<Buffer>,
pub range: Range<T>,
pub header_height: u8,
}
#[derive(Clone)]