mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-16 12:25:46 +00:00
- refactoring custom wave / shape to use std iterators
- moving custom wave/shape eval to earlier stage git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/personal/carm/dev-1.0@207 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
@ -117,7 +117,7 @@ void InitCond::init_cond_to_string() {
|
||||
break;
|
||||
default:
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
/* Compute the length of the string */
|
||||
string_length = strlen(string);
|
||||
|
||||
Reference in New Issue
Block a user