From 0167bc495c306e538e1e53da60e28acaebb72e26 Mon Sep 17 00:00:00 2001 From: w1z7ard Date: Mon, 3 Sep 2007 22:58:12 +0000 Subject: [PATCH] thick outline fix git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@396 6778bc44-b910-0410-a7a0-be141de4315d --- src/projectM-engine/CustomShape.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/projectM-engine/CustomShape.cpp b/src/projectM-engine/CustomShape.cpp index 59d48fd12..5c1500401 100755 --- a/src/projectM-engine/CustomShape.cpp +++ b/src/projectM-engine/CustomShape.cpp @@ -124,7 +124,7 @@ CustomShape::CustomShape ( int id ) : imageUrl("") { DWRITE ( "%s\n", "failed to insert param!" ); } - param = Param::new_param_bool ( "thickOutline", P_FLAG_NONE, &this->thickOutline, 1, 0, 0 ); + param = Param::new_param_bool ( "thickoutline", P_FLAG_NONE, &this->thickOutline, 1, 0, 0 ); if ( ParamUtils::insert ( param, &this->param_tree ) < 0 ) { DWRITE ( "%s\n", "failed to insert param!" );