mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-01 13:06:25 +00:00
merge of work/home changes
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/personal/carm/dev-1.0@289 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
@ -62,7 +62,8 @@ CustomWave::CustomWave(int _id):
|
||||
scaling(1.0),
|
||||
per_frame_eqn_string_index(0),
|
||||
per_frame_init_eqn_string_index(0),
|
||||
per_point_eqn_string_index(0)
|
||||
per_point_eqn_string_index(0),
|
||||
param_tree(new std::map<std::string, Param*>())
|
||||
{
|
||||
|
||||
Param * param;
|
||||
|
||||
Reference in New Issue
Block a user