mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-18 18:44:39 +00:00
Small changes to make compile the old structure synth lib on OS X
This commit is contained in:
parent
92bb191bd5
commit
eba742dff6
BIN
src/external/lib/macx64/libssynth.a
vendored
BIN
src/external/lib/macx64/libssynth.a
vendored
Binary file not shown.
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user