From: dooglus Date: Sat, 22 Nov 2008 15:37:18 +0000 (+0000) Subject: Enable all three layers in the example module. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=e8c53a4f786053f089732ff3988669e64bffa2c5;p=synfig.git Enable all three layers in the example module. git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2244 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-core/trunk/src/modules/example/main.cpp b/synfig-core/trunk/src/modules/example/main.cpp index e57d4c8..2a57384 100644 --- a/synfig-core/trunk/src/modules/example/main.cpp +++ b/synfig-core/trunk/src/modules/example/main.cpp @@ -54,8 +54,8 @@ MODULE_DESC_END MODULE_INVENTORY_BEGIN(example) BEGIN_LAYERS - //LAYER(SimpleCircle) - //LAYER(FilledRect) - //LAYER(Metaballs) + LAYER(SimpleCircle) + LAYER(FilledRect) + LAYER(Metaballs) END_LAYERS MODULE_INVENTORY_END