mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-02-18 12:35:50 +00:00
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:
@ -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!" );
|
||||
|
||||
Reference in New Issue
Block a user