mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-15 03:45:23 +00:00
typo
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@1392 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
@ -182,7 +182,7 @@ static inline float print_wrapper(float * arg_list) {
|
||||
|
||||
for (int i = 0; i < len; i++)
|
||||
{
|
||||
std::cout << arg_list[0];
|
||||
std::cout << arg_list[i];
|
||||
if (i != (len-1))
|
||||
std::cout << " ";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user