Remove performance measurements that have been supersceded by using Tracy

This commit is contained in:
Alexander Bock
2020-08-05 18:28:08 +02:00
parent 1acd9302b9
commit 6e9db78f40
27 changed files with 18 additions and 1545 deletions
@@ -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);