Remved exit().

This commit is contained in:
Robert Osfield
2003-05-01 08:51:03 +00:00
parent 86254927b9
commit 2d360c344c

View File

@@ -140,7 +140,7 @@ void VertexProgram::apply(State& state) const
std::string pointAtproblem(errorposition-(start+1), ' ');
notify(osg::FATAL) << " : " << pointAtproblem << '^' << std::endl;
}
exit(1);
return;
}
}