not much point in the combine being scriptable (?)

git-svn-id: svn://svn.code.sf.net/p/magicseteditor/code/trunk@1070 0fc631ac-6414-0410-93d0-97cfa31319b6
This commit is contained in:
twanvl
2008-08-05 20:59:47 +00:00
parent 9a68c91635
commit 52ccd7b573
+1 -1
View File
@@ -62,7 +62,7 @@ class ColorStyle : public Style {
double top_width; ///< Width of the colored region on the top side
double bottom_width; ///< Width of the colored region on the bottom side
Scriptable<String> mask_filename; ///< Filename of an additional mask over the images
Scriptable<ImageCombine> combine; ///< How to combine image with the background
ImageCombine combine; ///< How to combine image with the background
virtual int update(Context&);
};