thick outline fix

git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@396 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
w1z7ard
2007-09-03 22:58:12 +00:00
parent 208370778f
commit 0167bc495c

View File

@ -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!" );