Fix Vulkan crash when using Blur Panel in Screen Space canvas
This commit is contained in:
@@ -36,7 +36,8 @@ protected:
|
||||
_parent = parent;
|
||||
_format = format;
|
||||
_msaa = msaa;
|
||||
LastRenderTime = &parent->LastRenderTime;
|
||||
if (parent)
|
||||
LastRenderTime = &parent->LastRenderTime;
|
||||
}
|
||||
|
||||
public:
|
||||
|
||||
Reference in New Issue
Block a user