mirror of
https://github.com/projectM-visualizer/projectm.git
synced 2026-03-01 04:55:03 +00:00
disable N-ary stuff due to bug
git-svn-id: https://projectm.svn.sourceforge.net/svnroot/projectm/trunk@1393 6778bc44-b910-0410-a7a0-be141de4315d
This commit is contained in:
@ -178,8 +178,7 @@ return (sqrt (arg_list[0]));
|
||||
|
||||
static inline float print_wrapper(float * arg_list) {
|
||||
|
||||
int len = sizeof(arg_list)/sizeof(float);
|
||||
|
||||
int len = 1;
|
||||
for (int i = 0; i < len; i++)
|
||||
{
|
||||
std::cout << arg_list[i];
|
||||
|
||||
Reference in New Issue
Block a user