Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Netplay sync incorrectly checked whether the replay pointer was behind the unread pointer twice, when in the second check it should only have been checking if it was behind the current execution pointer. Because of how resimulation works with device sharing, I THINK this could affect sync. Even if it can't, it's wrong.
- Loading branch information