mirror of
https://github.com/aimrebirth/tools.git
synced 2026-04-15 01:43:25 +00:00
Read more models.
This commit is contained in:
parent
5327fe3e70
commit
9a9082dfb7
1 changed files with 1 additions and 1 deletions
|
|
@ -553,7 +553,7 @@ void block::loadPayload(const buffer &data)
|
||||||
{
|
{
|
||||||
read_more_faces();
|
read_more_faces();
|
||||||
}
|
}
|
||||||
if (triangles_mult_7 && flags == 0x116)
|
if (triangles_mult_7 && (flags == 0x116 || flags == 0x112))
|
||||||
{
|
{
|
||||||
read_more_faces();
|
read_more_faces();
|
||||||
read_more_faces();
|
read_more_faces();
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue