Fix mixed line endings

This commit is contained in:
Zheng, Lei
2022-04-26 21:45:10 +08:00
committed by Chris Hennes
parent 2753dd4ca7
commit 3ef438eaf0
66 changed files with 344 additions and 344 deletions

View File

@@ -584,7 +584,7 @@ bool View3DInventor::onMsg(const char* pMsg, const char** ppReturn)
}
else if(strcmp("GetCamera",pMsg) == 0 ) {
SoCamera * Cam = _viewer->getSoRenderManager()->getCamera();
if (!Cam)
if (!Cam)
return false;
*ppReturn = SoFCDB::writeNodesToString(Cam).c_str();
return true;