Log camera before logging scene objects

This commit is contained in:
Eryn Wells 2014-08-03 20:12:10 -07:00
parent 08bd04d8da
commit 781c8cbe9f

View file

@ -151,8 +151,8 @@ Scene::render()
LOG_INFO << "Rendering scene with " << shapes.size() << " objects.";
printf("Rendering scene with %lu objects.\n", shapes.size());
LogObjects();
LogCamera();
LogObjects();
std::chrono::time_point<std::chrono::system_clock> start, end;
start = std::chrono::system_clock::now();