1
This commit is contained in:
parent
1ea5a77950
commit
203b95738e
@ -574,6 +574,9 @@ void MapInstance::MarkMapAreaPolys()
|
|||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
} else if ((poly->flags & SAMPLE_POLYFLAGS_GLASS) == SAMPLE_POLYFLAGS_GLASS) {
|
} else if ((poly->flags & SAMPLE_POLYFLAGS_GLASS) == SAMPLE_POLYFLAGS_GLASS) {
|
||||||
|
for (int ii = 0; ii < poly->vertCount; ++ii) {
|
||||||
|
const float* vc = &tile->verts[poly->verts[ii]*3];
|
||||||
|
}
|
||||||
}
|
}
|
||||||
poly_ext_datas_.push_back(ext_flag);
|
poly_ext_datas_.push_back(ext_flag);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user