Graphics/BakedFrameGraph: Fix Resize method always returning true
This commit is contained in:
parent
cdad013c60
commit
532fb7641f
|
|
@ -178,6 +178,9 @@ namespace Nz
|
|||
passData.forceCommandBufferRegeneration = true;
|
||||
}
|
||||
|
||||
m_width = width;
|
||||
m_height = height;
|
||||
|
||||
return true;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue