Lower debug priority for sync handler.
This commit is contained in:
parent
f3b141793e
commit
0382484658
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@
|
|||
*/
|
||||
local Uint32 VideoSyncHandler(Uint32 unused)
|
||||
{
|
||||
DebugLevel2("Interrupt %d - %d\n"
|
||||
DebugLevel3("Interrupt %d - %d\n"
|
||||
,VideoInterrupts,(100*1000/FRAMES_PER_SECOND)/VideoSyncSpeed);
|
||||
|
||||
++VideoInterrupts;
|
||||
|
|
Loading…
Add table
Reference in a new issue