From 2d360c344cca54e1fa82456795e189f8c374c829 Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Thu, 1 May 2003 08:51:03 +0000 Subject: [PATCH] Remved exit(). --- src/osg/VertexProgram.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/osg/VertexProgram.cpp b/src/osg/VertexProgram.cpp index aad1f3fc5..e90676763 100644 --- a/src/osg/VertexProgram.cpp +++ b/src/osg/VertexProgram.cpp @@ -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; } }