mirror of
https://codeberg.org/icewind/vmdl.git
synced 2026-06-04 00:54:14 +02:00
remove dbg
This commit is contained in:
parent
6a7e8a3079
commit
6b3d64f31b
1 changed files with 1 additions and 1 deletions
|
|
@ -93,7 +93,7 @@ impl ReadRelative for AnimationDescription {
|
||||||
|
|
||||||
fn read(data: &[u8], header: Self::Header) -> Result<Self, ModelError> {
|
fn read(data: &[u8], header: Self::Header) -> Result<Self, ModelError> {
|
||||||
let name_bytes =
|
let name_bytes =
|
||||||
data.get(dbg!(header.name_offset) as usize..)
|
data.get(header.name_offset as usize..)
|
||||||
.ok_or(ModelError::OutOfBounds {
|
.ok_or(ModelError::OutOfBounds {
|
||||||
data: "animation name",
|
data: "animation name",
|
||||||
offset: header.name_offset as usize,
|
offset: header.name_offset as usize,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue