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

View File

@@ -227,8 +227,7 @@ void RenderableTrailTrajectory::update(const UpdateData& data) {
const glm::vec3 p = _translation->position({
{},
Time(_start + i * totalSampleInterval),
Time(0.0),
false
Time(0.0)
});
_vertexArray[i] = { p.x, p.y, p.z };
}