X-Git-Url: https://git.artsoft.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Ftools.c;h=a2184cc19036eebf9f5fd9ad8fb78c51e998a327;hb=1e7fd6bd2695f77e9353b1ec988bbd259a74469c;hp=5bd1569946b0db561d25fd28cd54818677bc4eb8;hpb=530c3496077af2ddf295d252b4ad0c2ad15e1d21;p=rocksndiamonds.git diff --git a/src/tools.c b/src/tools.c index 5bd15699..a2184cc1 100644 --- a/src/tools.c +++ b/src/tools.c @@ -509,6 +509,9 @@ void BackToFront() } redraw_mask = REDRAW_NONE; + + // force screen redraw in every frame to continue drawing global animations + redraw_mask = REDRAW_ALL; } static void FadeCrossSaveBackbuffer()