mirror of
https://git.code.sf.net/p/quake/quakeforge
synced 2025-03-22 02:11:19 +00:00
Write the number of subskins in a skin group.
This commit is contained in:
parent
3b07928373
commit
1242247ac2
1 changed files with 1 additions and 0 deletions
|
@ -74,6 +74,7 @@ class MDL:
|
|||
if not sub:
|
||||
mdl.write_int(self.type)
|
||||
if self.type:
|
||||
mdl.write_int(len(self.skins))
|
||||
mdl.write_float(self.times)
|
||||
for subskin in self.skins:
|
||||
subskin.write(mdl, 1)
|
||||
|
|
Loading…
Reference in a new issue