From 92f7036bc56e6213f9e2522127b8c367bfcc4570 Mon Sep 17 00:00:00 2001 From: SeanOMik Date: Wed, 8 Dec 2021 23:16:19 -0500 Subject: [PATCH] Remove extra `"` that for some reason compiled --- src/objects/3d/obj_model.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/objects/3d/obj_model.cpp b/src/objects/3d/obj_model.cpp index ed7b717..39ea425 100644 --- a/src/objects/3d/obj_model.cpp +++ b/src/objects/3d/obj_model.cpp @@ -1,4 +1,4 @@ -#include "objects/3d/obj_model.h"" +#include "objects/3d/obj_model.h" namespace simpleengine::objects_3d { std::vector ObjModel::split_string(std::string str, const char delim) {