Added missing SetUpdated

This commit is contained in:
Magnus Norddahl 2016-06-17 10:16:34 +02:00
parent 000008e04d
commit 5963f29afd

View file

@ -394,6 +394,8 @@ void FSoftwareRenderer::RenderTextureView (FCanvasTexture *tex, AActor *viewpoin
} }
} }
tex->SetUpdated();
fixedcolormap = savecolormap; fixedcolormap = savecolormap;
realfixedcolormap = savecm; realfixedcolormap = savecm;
} }