mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-18 05:15:17 +00:00
serious bug fix evaluateFrame()
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/personal/carm/dev-1.0@314 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
@ -41,6 +41,8 @@ int InitCond::init_cond_string_buffer_index = 0;
|
||||
/* Creates a new initial condition */
|
||||
InitCond::InitCond( Param * param, CValue init_val ) {
|
||||
|
||||
assert(param);
|
||||
|
||||
this->param = param;
|
||||
this->init_val = init_val;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user