Merge pull request #8734 from JosJuice/movie-update-comment

Remove outdated comment from Movie::FrameUpdate
This commit is contained in:
Mat M 2020-04-09 19:52:19 -04:00 committed by GitHub
commit d8d620ef0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -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++;