Changed: #843 Client Core crashing on direct3d shader driver
This commit is contained in:
parent
6245470c51
commit
3b6c68fa21
1 changed files with 1 additions and 1 deletions
|
@ -374,7 +374,7 @@ bool CDriverD3D::activeShader(CShader *shd)
|
|||
}
|
||||
else
|
||||
{
|
||||
nlwarning ("Can't create shader '%s':", shd->getText());
|
||||
nlwarning ("Can't create shader '%s':", shd->getName());
|
||||
if (pErrorMsgs)
|
||||
nlwarning ((const char*)pErrorMsgs->GetBufferPointer());
|
||||
shd->_ShaderChanged = false;
|
||||
|
|
Loading…
Reference in a new issue