Skip to content

Commit

Permalink
sdl2: fix random crash when switching resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
barbudreadmon committed Dec 20, 2024
1 parent 76a782a commit eae33b1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/burner/sdl/scrn.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ void Reinitialise()
{
didReinitialise = true;
VidReInitialise();
pBurnDraw = NULL;
}

INT32 is_netgame_or_recording() // returns: 1 = netgame, 2 = recording/playback
Expand Down

0 comments on commit eae33b1

Please sign in to comment.