aboutsummaryrefslogtreecommitdiff
path: root/src/ObjModel.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/ObjModel.h')
-rw-r--r--src/ObjModel.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ObjModel.h b/src/ObjModel.h
index 5ceed26..63d49ef 100644
--- a/src/ObjModel.h
+++ b/src/ObjModel.h
@@ -22,6 +22,7 @@ public:
std::vector<Texture_Coordinates> uvcoo;
std::vector<Vector4f> normals;
std::vector<Triangle> faces;
+ bool isLoaded;
std::chrono::duration<double> loadingTime;
ObjModel();
ObjModel(std::string fileName);