mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-27 07:18:57 -06:00
Added extra spacing
Co-authored-by: Alexander Bock <alexander.bock@liu.se>
This commit is contained in:
@@ -310,7 +310,7 @@ void RenderableTrailTrajectory::update(const UpdateData& data) {
|
||||
(data.time.j2000Seconds() - _start) / (_end - _start)
|
||||
);
|
||||
if (data.time.j2000Seconds() < _end) {
|
||||
_primaryRenderInformation.count = static_cast<GLsizei>(std::max(1.0,_vertexArray.size() * t));
|
||||
_primaryRenderInformation.count = static_cast<GLsizei>(std::max(1.0, _vertexArray.size() * t));
|
||||
}
|
||||
else {
|
||||
_primaryRenderInformation.count = static_cast<GLsizei>(_vertexArray.size());
|
||||
|
||||
Reference in New Issue
Block a user