Skip to content

Commit 41da88f

Browse files
committed
WOOPS
1 parent 48bd160 commit 41da88f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prboom2/src/d_main.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ static void D_Wipe(void)
299299
}
300300

301301
wipestart = nowtime;
302-
done = wipe_ScreenWipe(tics);
302+
done = wipe_ScreenWipe(1);
303303

304304
// elim - Render texture to screen
305305
if (V_IsOpenGLMode())

0 commit comments

Comments
 (0)