Author: Diego Barrios Romero <[email protected]>
Date: Sun Apr 21 19:46:29 2013 +0200
Fixed span option value retrieval
---
synfig-core/src/tool/optionsprocessor.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/synfig-core/src/tool/optionsprocessor.cpp
b/synfig-core/src/tool/optionsprocessor.cpp
index 6e40714..fbaca33 100644
--- a/synfig-core/src/tool/optionsprocessor.cpp
+++ b/synfig-core/src/tool/optionsprocessor.cpp
@@ -312,7 +312,7 @@ RendDesc OptionsProcessor::extract_renddesc(const RendDesc&
renddesc)
}
if (_vm.count("span"))
{
- span = _vm["antialias"].as<int>();
+ span = _vm["span"].as<int>();
VERBOSE_OUT(1) << strprintf(_("Span set to %d units"), span)
<< endl;
}
------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Synfig-devl mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/synfig-devl