]> Dogcows Code - chaz/yoink/blobdiff - src/Scene.cc
dispatch class not a singleton, engine is static
[chaz/yoink] / src / Scene.cc
index a45b1fba55f939bf031038e0e1c4f3ecd13daaa4..175f216c951693dba11a4c4015893fa769f0c2e0 100644 (file)
@@ -31,7 +31,6 @@
 #include <Moof/Aabb.hh>
 #include <Moof/Camera.hh>
 #include <Moof/Entity.hh>
-#include <Moof/Exception.hh>
 #include <Moof/Library.hh>
 #include <Moof/Line.hh>
 #include <Moof/Log.hh>
@@ -415,7 +414,7 @@ struct Scene::Impl : public Mf::Library<Impl>
                        Mf::Vector2 tr = Mf::demote(vertices[height][width]);
 
                        mLines.push_back(Mf::Line<2>(bl, tr));
-                       Mf::logDebug("new line");
+                       Mf::logInfo("new line");
                }
 
                return 0;
This page took 0.046777 seconds and 4 git commands to generate.