- fixed Clang warnings

This commit is contained in:
Christoph Oelckers 2022-08-30 23:15:12 +02:00
parent 4a486f5a10
commit 81c7e7671f
2 changed files with 2 additions and 1 deletions

View file

@ -482,7 +482,7 @@ static void GroupData(TArray<loopcollect>& collect, TArray<sectionbuildsector>&
builder.sections.Last().loops.Push(std::move(loop));
for (auto c: outside[a])
{
if (inside[c] == a)
if (inside[c] == (int)a)
{
auto& iloop = sectloops[c];
builder.sections.Last().wallcount += iloop.Size() - 1;