Small changes to make compile the old structure synth lib on OS X

This commit is contained in:
Paolo Cignoni 2016-11-26 16:31:49 +01:00
parent 92bb191bd5
commit eba742dff6
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -122,7 +122,7 @@ namespace SyntopiaCore {
currentT = p;
// We do not intersect grid.
if (!found) return false;
if (!found) return nullptr;
}
stepX = (dir.x() > 0) ? 1 : -1;