Add a 'loop' parameter to the Random valuenode to cause the randomness to repeat...
[synfig.git] / synfig-core / trunk / src / modules / mod_noise / random_noise.h
index a95dc60..9a06e94 100644 (file)
@@ -55,7 +55,7 @@ public:
        };
 
        float operator()(int subseed,int x,int y=0, int t=0)const;
-       float operator()(SmoothType smooth,int subseed,float x,float y=0, float t=0)const;
+       float operator()(SmoothType smooth,int subseed,float x,float y=0,float t=0,int loop=0)const;
 };
 
 /* === E N D =============================================================== */