mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2025-02-13 17:20:09 +00:00
c/main: Fix copy-typo
This commit is contained in:
parent
42df7b7b21
commit
b26a602322
|
@ -1332,7 +1332,7 @@ mirror_to_debug_gui_do_blit(struct comp_renderer *r)
|
|||
vk_init_cmd_buffer(vk, &cmd);
|
||||
|
||||
// For submitting commands.
|
||||
os_mutex_unlock(&vk->cmd_pool_mutex);
|
||||
os_mutex_lock(&vk->cmd_pool_mutex);
|
||||
|
||||
VkImage copy_from = r->lr->framebuffers[0].image;
|
||||
|
||||
|
|
Loading…
Reference in a new issue