Skip to content

Commit 68c8bff

Browse files
committed
.
1 parent b5785e5 commit 68c8bff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CImg.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3333,7 +3333,7 @@ namespace cimg_library {
33333333
SDL_DisplayID display;
33343334
SDL_ThreadID main_thread_id;
33353335
const SDL_DisplayMode *mode;
3336-
SDL_Mutex *mutex_lock_display; //, *mutex_wait_event;
3336+
SDL_Mutex *mutex_lock_display;
33373337

33383338
SDL3_attr():nb_cimg_displays(0),display(0),mode(0),mutex_lock_display(0) {
33393339
bool init_failed = true;

0 commit comments

Comments
 (0)