[Maps] Add normal indices to face definitions

This commit is contained in:
momo5502 2018-11-21 23:22:20 +01:00
parent 4da5be8422
commit 41df24f249

View File

@ -652,7 +652,7 @@ namespace Components
int b = world->draw.indices[indexOffset + j * 3 + 1] + vertOffset;
int c = world->draw.indices[indexOffset + j * 3 + 2] + vertOffset;
map.append(Utils::String::VA("f %d/%d %d/%d %d/%d\n", a, a, b, b, c, c));
map.append(Utils::String::VA("f %d/%d/%d %d/%d/%d %d/%d/%d\n", a, a, a, b, b, b, c, c, c));
}
}
}