Added missing SetUpdated

This commit is contained in:
Magnus Norddahl 2016-06-17 10:16:34 +02:00
parent 000008e04d
commit 5963f29afd
1 changed files with 2 additions and 0 deletions

View File

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