mirror of
https://github.com/lucaspalomodevelop/meshlab.git
synced 2026-03-17 10:04:38 +00:00
ssynth: Fix warning about conversion of 0 to nullptr
This commit is contained in:
parent
cb48621db8
commit
cf6804fcce
@ -122,7 +122,7 @@ namespace SyntopiaCore {
|
||||
currentT = p;
|
||||
|
||||
// We do not intersect grid.
|
||||
if (!found) return 0; //nullptr;
|
||||
if (!found) return nullptr;
|
||||
}
|
||||
|
||||
stepX = (dir.x() > 0) ? 1 : -1;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user