Rename ratio to frequency and don't use the frames per second because it is not needed.
[synfig.git] / synfig-core / src / modules / lyr_std / stroboscope.h
index 2e6c768..029f2dd 100644 (file)
@@ -45,7 +45,7 @@ class Layer_Stroboscope : public synfig::Layer
        SYNFIG_LAYER_MODULE_EXT
 
 private:
-       float   ratio;
+       float   frequency;
 
 protected:
        Layer_Stroboscope();