From e8c53a4f786053f089732ff3988669e64bffa2c5 Mon Sep 17 00:00:00 2001 From: dooglus Date: Sat, 22 Nov 2008 15:37:18 +0000 Subject: [PATCH] Enable all three layers in the example module. git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2244 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-core/trunk/src/modules/example/main.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.7.4