1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2024-12-03 04:24:11 +01:00

[hud] Fix typo

This commit is contained in:
Philip Rebohle 2020-12-02 17:13:41 +01:00
parent b67639bdf0
commit 0b4e167fc9
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -108,7 +108,7 @@ namespace dxvk::hud {
m_currTextInstance += 1;
}
#
void HudRenderer::drawLines(
size_t vertexCount,
const HudLineVertex* vertexData) {