Remove extra `"` that for some reason compiled

This commit is contained in:
SeanOMik 2021-12-08 23:16:19 -05:00
parent b4ad64d5c5
commit 92f7036bc5
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#include "objects/3d/obj_model.h""
#include "objects/3d/obj_model.h"
namespace simpleengine::objects_3d {
std::vector<std::string> ObjModel::split_string(std::string str, const char delim) {