mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-11 15:21:51 +00:00
Added missing SetUpdated
This commit is contained in:
parent
000008e04d
commit
5963f29afd
1 changed files with 2 additions and 0 deletions
|
@ -394,6 +394,8 @@ void FSoftwareRenderer::RenderTextureView (FCanvasTexture *tex, AActor *viewpoin
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
tex->SetUpdated();
|
||||||
|
|
||||||
fixedcolormap = savecolormap;
|
fixedcolormap = savecolormap;
|
||||||
realfixedcolormap = savecm;
|
realfixedcolormap = savecm;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue