1
0
Fork 0

Melchior caught a missing return value that is now an error on newer gcc versions

This commit is contained in:
andy 2004-11-15 18:15:33 +00:00
parent 2c72f13163
commit d43d10046b

View file

@ -267,6 +267,8 @@ static naRef f_interpolate(naContext c, naRef args)
((SGInterpolator*)globals->get_subsystem("interpolator"))
->interpolate(node, nPoints, values, deltas);
return naNil();
}
static naRef f_rand(naContext c, naRef args)