Skip to content

Commit

Permalink
player: adapted to breaking Magnum changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
mosra committed Nov 8, 2019
1 parent 056e2ba commit 78e62fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/player/ScenePlayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ class ScenePlayer: public AbstractPlayer, public Interconnect::Receiver {
{0.0f, 0},
{1.0f, 10}
};
const Animation::TrackView<Float, Int> _elapsedTimeAnimation{_elapsedTimeAnimationData, Math::lerp, Animation::Extrapolation::Extrapolated};
const Animation::TrackView<const Float, const Int> _elapsedTimeAnimation{_elapsedTimeAnimationData, Math::lerp, Animation::Extrapolation::Extrapolated};

/* Offscreen framebuffer with object ID attachment */
GL::Renderbuffer _selectionDepth, _selectionObjectId;
Expand Down

0 comments on commit 78e62fd

Please sign in to comment.