mirror of
https://github.com/TES3MP/openmw-tes3mp.git
synced 2025-01-30 04:15:31 +00:00
Fix node mask of CharacterPreview being reset
This commit is contained in:
parent
6ecc008813
commit
dd54887783
1 changed files with 1 additions and 1 deletions
|
@ -184,7 +184,7 @@ namespace MWRender
|
|||
|
||||
void CharacterPreview::redraw()
|
||||
{
|
||||
mCamera->setNodeMask(~0);
|
||||
mCamera->setNodeMask(Mask_RenderToTexture);
|
||||
mDrawOnceCallback->redrawNextFrame();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue