Fix mismatch

This commit is contained in:
JJminecraftguy 2026-04-16 00:50:25 -05:00 committed by GitHub
parent 78d4bc80cf
commit af99e96ba6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -141,7 +141,7 @@ GDrawFunctions *gdraw_D3D11_CreateContext(ID3D11Device *dev, ID3D11DeviceContext
}
// 4J added - interface so we can set the viewport back to the one that Iggy last set up
void gdraw_D3D11_setViewport_4J()
void RADLINK gdraw_D3D11_setViewport_4J()
{
set_viewport();
}
}