X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_geometry%2Foutline.cpp;h=56fca0c9850720694ebb65d1c46968a757e5ce4e;hb=1307fe1c1b6737b857b902a0e39141ba96adf025;hp=c4252b1ff350f42a6ad46c081c91d995593b157b;hpb=5ddcf36f04cfbd10fabda4e3c5633cb27cdd4c0a;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mod_geometry/outline.cpp b/synfig-core/trunk/src/modules/mod_geometry/outline.cpp index c4252b1..56fca0c 100644 --- a/synfig-core/trunk/src/modules/mod_geometry/outline.cpp +++ b/synfig-core/trunk/src/modules/mod_geometry/outline.cpp @@ -361,7 +361,7 @@ Outline::sync() add_polygon(side_a); -#else +#else /* 1 */ bool loop_; if(bline.get_contained_type()==ValueBase::TYPE_BLINEPOINT) @@ -623,12 +623,12 @@ Outline::sync() } //synfig::info("BLEHH__________--- x:%f, y:%f",vector_list.front()[0],vector_list.front()[1]); } -#endif +#endif /* _DEBUG */ add_polygon(vector_list); -#endif +#endif /* 1 */ } catch (...) { synfig::error("Outline::sync(): Exception thrown"); throw; } }