re-create annunciators' textures after changing contrast

This commit is contained in:
Gwenhael Le Moine 2024-09-10 20:46:50 +02:00
parent 12b07d0d51
commit 2427ff39af
No known key found for this signature in database
GPG key ID: FDFE3669426707A7

View file

@ -1059,6 +1059,7 @@ void sdl_adjust_contrast( void )
// redraw annunc
last_annunc_state = -1;
create_annunciators_textures();
sdl_draw_annunc();
}