mirror of
https://codeberg.org/icewind/vbsp.git
synced 2026-06-03 10:44:07 +02:00
remove debug
This commit is contained in:
parent
c1349950a2
commit
9b18522190
1 changed files with 0 additions and 1 deletions
|
|
@ -49,7 +49,6 @@ impl<'a> BspFile<'a> {
|
|||
|
||||
fn get_lump(&self, lump: LumpType) -> BspResult<Cow<[u8]>> {
|
||||
let lump = &self.directories[lump];
|
||||
dbg!(lump);
|
||||
let raw_data = self
|
||||
.data
|
||||
.get(lump.offset as usize..lump.offset as usize + lump.length as usize)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue