Lower debug priority for sync handler.

This commit is contained in:
johns 2001-02-08 00:12:37 +00:00
parent f3b141793e
commit 0382484658

View file

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