mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-26 14:08:53 -05:00
Remove performance measurements that have been supersceded by using Tracy
This commit is contained in:
@@ -546,8 +546,7 @@ void RenderableOrbitalKepler::updateBuffers() {
|
||||
glm::dvec3 position = _keplerTranslator.position({
|
||||
{},
|
||||
Time(timeOffset + orbit.epoch),
|
||||
Time(0.0),
|
||||
false
|
||||
Time(0.0)
|
||||
});
|
||||
|
||||
_vertexBufferData[vertexBufIdx].x = static_cast<float>(position.x);
|
||||
|
||||
Reference in New Issue
Block a user