Skip to content

Commit

Permalink
fix for closing window (#17301)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ar4m1s authored Dec 28, 2024
1 parent b8c9665 commit 2c3e53e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gfx/video_driver.c
Original file line number Diff line number Diff line change
Expand Up @@ -3665,6 +3665,7 @@ void video_driver_frame(const void *data, unsigned width,
#endif
recording_state_t *recording_st= recording_state_get_ptr();

status_text[0] = '\0';
video_driver_msg[0] = '\0';

if (!video_driver_active)
Expand Down

0 comments on commit 2c3e53e

Please sign in to comment.