diff --git a/model.cc b/model.cc index 22e0e7c..9f7094d 100644 --- a/model.cc +++ b/model.cc @@ -1,6 +1,7 @@ #include "model.hh" Model::Model(std::string filePath, float scale) { + printf("Loading %s\n", filePath.c_str()); reference = ACGL::OpenGL::VertexArrayObjectCreator(filePath).create(); this->scale = scale; }