Skip to content

Commit 1768a70

Browse files
committed
Fix #ifdef mistake
1 parent 4a2a06c commit 1768a70

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Source/Fodder.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -581,7 +581,7 @@ void cFodder::Video_Sleep(cSurface* pSurface, const bool pShrink, const bool pVs
581581
}
582582

583583
// If not in vsync mode, then wait for the Amiga 50Hz Interrupt
584-
#ifdef _OFED || EMSCRIPTEN
584+
#if defined(_OFED) || defined(EMSCRIPTEN)
585585
mVideo_Ticked = true;
586586
#else
587587
if (!pVsync) {

0 commit comments

Comments
 (0)