mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-23 05:19:18 -06:00
Remove performance measurements that have been supersceded by using Tracy
This commit is contained in:
@@ -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 };
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user