Enable all three layers in the example module.
authordooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sat, 22 Nov 2008 15:37:18 +0000 (15:37 +0000)
committerdooglus <dooglus@1f10aa63-cdf2-0310-b900-c93c546f37ac>
Sat, 22 Nov 2008 15:37:18 +0000 (15:37 +0000)
git-svn-id: https://synfig.svn.sourceforge.net/svnroot/synfig@2244 1f10aa63-cdf2-0310-b900-c93c546f37ac

synfig-core/trunk/src/modules/example/main.cpp

index e57d4c8..2a57384 100644 (file)
@@ -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