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 c78c1fa commit 66d0cb8
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 66d0cb8

Please sign in to comment.