Skip to content

Commit

Permalink
A tad faster.
Browse files Browse the repository at this point in the history
  • Loading branch information
ggarra13 committed May 1, 2024
1 parent 1d509f7 commit 3929f2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion mrv2/lib/mrvGL/mrvGLViewport.cpp
Expand Up @@ -384,7 +384,8 @@ namespace mrv
if (!player)
return;

auto annotations = player->getAnnotations(p.ghostPrevious, p.ghostNext);
const auto& annotations =
player->getAnnotations(p.ghostPrevious, p.ghostNext);

if (gl.buffer && gl.shader)
{
Expand Down

0 comments on commit 3929f2b

Please sign in to comment.