Remove extra `"` that for some reason compiled
This commit is contained in:
parent
b4ad64d5c5
commit
92f7036bc5
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue