Merge pull request #133 from SanyaSho/master

string vulnerabilities
This commit is contained in:
nillerusr
2022-11-20 11:41:02 +03:00
committed by GitHub
7 changed files with 23 additions and 23 deletions
+1 -1
View File
@@ -263,7 +263,7 @@ void CDmeDagRenderPanel::DrawJointNames( CDmeDag *pRoot, CDmeDag *pDag, const ma
{
Q_snprintf( pJointName, sizeof(pJointName), "%s", pJoint->GetName() );
}
g_pMatSystemSurface->DrawColoredText( m_hFont, vecPanelPos.x + 5, vecPanelPos.y, 255, 255, 255, 255, pJointName );
g_pMatSystemSurface->DrawColoredText( m_hFont, vecPanelPos.x + 5, vecPanelPos.y, 255, 255, 255, 255, "%s", pJointName );
}
int nCount = pDag->GetChildCount();