Skip to content

Commit

Permalink
remove build directory
Browse files Browse the repository at this point in the history
  • Loading branch information
Karaulov committed Nov 21, 2022
1 parent 5a5fffa commit 1850756
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 373 deletions.
328 changes: 0 additions & 328 deletions build/CMakeCache.txt

This file was deleted.

44 changes: 0 additions & 44 deletions build/cmake_install.cmake

This file was deleted.

2 changes: 1 addition & 1 deletion src/editor/Gui.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -770,7 +770,7 @@ void Gui::drawMenuBar() {
if (wadNames[k].find(res.filename().string()) == std::string::npos)
newWadNames += wadNames[k] + ";";
}
map->ents[i]->keyvalues["wad"] = newWadNames;
map->ents[i]->setOrAddKeyvalue("wad",newWadNames);
break;
}
}
Expand Down

0 comments on commit 1850756

Please sign in to comment.