error message for timer changed.
This commit is contained in:
parent
829f7c20dc
commit
10108cee14
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ global void SetVideoSync(void)
|
|||
if( SDL_SetTimer(
|
||||
(100*1000/FRAMES_PER_SECOND)/VideoSyncSpeed,
|
||||
VideoSyncHandler) ) {
|
||||
fprintf(stderr,"Can't set itimer\n");
|
||||
fprintf(stderr,"Can't set timer\n");
|
||||
}
|
||||
|
||||
// DebugLevel1("Timer installed\n");
|
||||
|
|
Loading…
Add table
Reference in a new issue