This commit is contained in:
aozhiwei 2023-04-01 19:48:49 +08:00
parent 1ea5a77950
commit 203b95738e

View File

@ -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);
} }