Fix missing open sans

This commit is contained in:
julianacat 2017-08-19 19:44:50 -05:00
parent aeb042bade
commit fdb11cc6d8

View File

@ -171,7 +171,7 @@ void hack::Initialize() {
"shaders/v2f-c4f.frag", "shaders/v2f-c4f.vert",
"shaders/v2f-t2f-c4f.frag", "shaders/v2f-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) {
std::ifstream exists(DATA_PATH "/" + s, std::ios::in);