Melchior caught a missing return value that is now an error on newer gcc versions
This commit is contained in:
parent
2c72f13163
commit
d43d10046b
1 changed files with 2 additions and 0 deletions
|
@ -267,6 +267,8 @@ static naRef f_interpolate(naContext c, naRef args)
|
||||||
|
|
||||||
((SGInterpolator*)globals->get_subsystem("interpolator"))
|
((SGInterpolator*)globals->get_subsystem("interpolator"))
|
||||||
->interpolate(node, nPoints, values, deltas);
|
->interpolate(node, nPoints, values, deltas);
|
||||||
|
|
||||||
|
return naNil();
|
||||||
}
|
}
|
||||||
|
|
||||||
static naRef f_rand(naContext c, naRef args)
|
static naRef f_rand(naContext c, naRef args)
|
||||||
|
|
Loading…
Reference in a new issue