Merge pull request #292 from oneechanhax/master

Fix missing file
This commit is contained in:
oneechanhax 2017-08-19 19:45:54 -05:00 committed by GitHub
commit b8f16bbad8

View File

@ -172,7 +172,7 @@ void hack::Initialize() {
"shaders/v2f-c4f.frag", "shaders/v2f-c4f.vert", "shaders/v2f-c4f.frag", "shaders/v2f-c4f.vert",
"shaders/v2f-t2f-c4f.frag", "shaders/v2f-t2f-c4f.vert", "shaders/v2f-t2f-c4f.frag", "shaders/v2f-t2f-c4f.vert",
"shaders/v3f-t2f-c4f.frag", "shaders/v3f-t2f-c4f.vert", "shaders/v3f-t2f-c4f.frag", "shaders/v3f-t2f-c4f.vert",
"menu.json", "fonts/opensans-bold.ttf" "menu.json", "fonts/tf2build.ttf"
}; };
for (const auto& s : essential) { for (const auto& s : essential) {
std::ifstream exists(DATA_PATH "/" + s, std::ios::in); std::ifstream exists(DATA_PATH "/" + s, std::ios::in);