#111 clear screen on resolution change and window resize

This commit is contained in:
FunkyFr3sh 2021-08-05 00:26:29 +02:00
parent 4cd10d6ac0
commit b3f9e7d045
6 changed files with 22 additions and 7 deletions

View file

@ -83,6 +83,7 @@ typedef struct CNCDDRAW
LONG palette_updated;
LONG surface_updated;
LONG clear_screen;
float scale_w;
float scale_h;