Skip to content

Commit 3c5c1e0

Browse files
vkedwardliflyinghead
authored andcommitted
Indentation should use <space> in imgui_impl_vulkan.cpp
1 parent 3f446a5 commit 3c5c1e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/deps/imgui/backends/imgui_impl_vulkan.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -586,7 +586,7 @@ void ImGui_ImplVulkan_RenderDrawData(ImDrawData* draw_data, VkCommandBuffer comm
586586
vkCmdSetScissor(command_buffer, 0, 1, &scissor);
587587

588588
// Bind DescriptorSet with font or user texture
589-
VkDescriptorSet desc_set = (VkDescriptorSet)pcmd->GetTexID();
589+
VkDescriptorSet desc_set = (VkDescriptorSet)pcmd->GetTexID();
590590
if (sizeof(ImTextureID) < sizeof(ImU64))
591591
{
592592
// We don't support texture switches if ImTextureID hasn't been redefined to be 64-bit. Do a flaky check that other textures haven't been used.

0 commit comments

Comments
 (0)