Skip to content

Commit

Permalink
VK: Fix update handler in thread safe queue.
Browse files Browse the repository at this point in the history
  • Loading branch information
jamievlin committed Feb 12, 2024
1 parent 2a860f0 commit 6069511
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/vkrender.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4387,7 +4387,6 @@ void AsyVkRender::processMessages(VulkanRendererMessage const& msg)
case updateRenderer: {
if (readyForUpdate)
{
readyForUpdate=false;
updateHandler(0);
}
}
Expand Down

0 comments on commit 6069511

Please sign in to comment.