-
Notifications
You must be signed in to change notification settings - Fork 108
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fixed bandwidth overage detection (#71)
The check for the amount of byte transferred in one frame time was done before the update of the vertical pointer in the current Queue of the last executed TD. Therefore, on the next frame time, the last executed TD was being "executed" again. The check has now been moved to the top of the loop.
- Loading branch information
Showing
1 changed file
with
9 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters