X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_geometry%2Fcircle.h;h=32a4ce8e2f1c3047b8a90cfdb3003b6e06cfbb8a;hb=4a6b5f2e444558761c4e8afccaa61fb2c58ec593;hp=3eba1ad9087abbe09f48e89854d77aae691e36f7;hpb=953d73f1c6614aeafb5f91b67fe4f8b2e956f91d;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mod_geometry/circle.h b/synfig-core/trunk/src/modules/mod_geometry/circle.h index 3eba1ad..32a4ce8 100644 --- a/synfig-core/trunk/src/modules/mod_geometry/circle.h +++ b/synfig-core/trunk/src/modules/mod_geometry/circle.h @@ -46,7 +46,7 @@ class Circle : public synfig::Layer_Composite, public synfig::Layer_NoDeform SYNFIG_LAYER_MODULE_EXT private: synfig::Color color; - synfig::Point pos; + synfig::Point origin; synfig::Real radius; synfig::Real feather; bool invert;