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