mirror of
https://github.com/redstrate/Physis.git
synced 2025-04-23 13:17:44 +00:00
Remove for loop in writing MDL indices
This commit is contained in:
parent
7b162f6644
commit
e23383f439
1 changed files with 1 additions and 3 deletions
|
@ -728,9 +728,7 @@ impl MDL {
|
|||
))
|
||||
.ok()?;
|
||||
|
||||
for indice in &part.indices {
|
||||
cursor.write_le::<u16>(indice).ok()?;
|
||||
}
|
||||
cursor.write_le(&part.indices).ok()?;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue