git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@1392 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
w1z7ard
2012-03-27 04:30:42 +00:00
parent 43fde4a6dd
commit ea024727cf

View File

@ -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 << " ";
}