1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-03-02 13:29:14 +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; m_currTextInstance += 1;
} }
#
void HudRenderer::drawLines( void HudRenderer::drawLines(
size_t vertexCount, size_t vertexCount,
const HudLineVertex* vertexData) { const HudLineVertex* vertexData) {