vk: Whitespace fix

This commit is contained in:
kd-11 2024-04-23 02:43:54 +03:00 committed by kd-11
parent 3fa6064068
commit 3a466d6fd2
1 changed files with 1 additions and 1 deletions

View File

@ -2305,7 +2305,7 @@ void VKGSRender::upload_transform_constants(const rsx::io_buffer& buffer)
const auto constant_ids = (transform_constants_size == 8192)
? std::span<const u16>{}
: std::span<const u16>(m_vertex_prog->constant_ids);
: std::span<const u16>(m_vertex_prog->constant_ids);
fill_vertex_program_constants_data(buf, constant_ids);
}
}