mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-18 02:49:03 -06:00
Remove warnings on MSVC
This commit is contained in:
@@ -241,8 +241,8 @@ RenderableNodeLine::RenderableNodeLine(const ghoul::Dictionary& dictionary)
|
||||
}
|
||||
else {
|
||||
// Recompute relative values to meters
|
||||
_startOffset = _startOffset * startNode->boundingSphere();
|
||||
_endOffset = _endOffset * endNode->boundingSphere();
|
||||
_startOffset = static_cast<float>(_startOffset * startNode->boundingSphere());
|
||||
_endOffset = static_cast<float>(_endOffset * endNode->boundingSphere());
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user