Skip to content
Permalink
Browse files
Merge pull request #8734 from JosJuice/movie-update-comment
Remove outdated comment from Movie::FrameUpdate
  • Loading branch information
lioncash committed Apr 9, 2020
2 parents 9a2d8a9 + b2c9149 commit d8d620e
Showing 1 changed file with 0 additions and 3 deletions.
@@ -191,11 +191,8 @@ std::string GetRTCDisplay()
return format_time.str();
}

// NOTE: GPU Thread
void FrameUpdate()
{
// TODO[comex]: This runs on the GPU thread, yet it messes with the CPU
// state directly. That's super sketchy.
s_currentFrame++;
if (!s_bPolled)
s_currentLagCount++;

0 comments on commit d8d620e

Please sign in to comment.