X-Git-Url: https://git.dogcows.com/gitweb?p=chaz%2Fyoink;a=blobdiff_plain;f=src%2FScene.cc;h=aa2249c596ae0b462e9910db1bd93362ef8ceabd;hp=a45b1fba55f939bf031038e0e1c4f3ecd13daaa4;hb=987971a961454d97082c6448fdc0bbeb540281bb;hpb=7f3984f3f9524f5b6813e01ceb2fe576dadff94e diff --git a/src/Scene.cc b/src/Scene.cc index a45b1fb..aa2249c 100644 --- a/src/Scene.cc +++ b/src/Scene.cc @@ -31,7 +31,6 @@ #include #include #include -#include #include #include #include @@ -194,7 +193,7 @@ struct Scene::Impl : public Mf::Library boost::bind(&Impl::drawTile, this, _1)); int detail = 3; - Mf::Settings::getInstance().get("detail", detail); + Mf::settings.get("detail", detail); script.push(detail); script.set("detail"); script.push(1); script.set("LOW"); @@ -415,7 +414,7 @@ struct Scene::Impl : public Mf::Library 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;