- drop a few swear words from documentation. Some of these are years old and I think the authors (me included) don't want them associated with their commits.

This commit is contained in:
Alexander Gessler
2013-03-21 19:54:55 +01:00
parent ae031733c2
commit 0b9d6bec0d
13 changed files with 25 additions and 32 deletions

View File

@@ -1045,9 +1045,9 @@ void COBImporter::ReadPolH_Binary(COB::Scene& out, StreamReaderLE& reader, const
v.y = reader.GetF4();
}
const size_t numfuck = reader.GetI4();
msh.faces.reserve(numfuck);
for(size_t i = 0; i < numfuck; ++i) {
const size_t numf = reader.GetI4();
msh.faces.reserve(numf);
for(size_t i = 0; i < numf; ++i) {
// XXX backface culling flag is 0x10 in flags
// hole?