mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-10 01:09:50 +00:00
Changed: Use nlwarning instead of nlerror
--HG-- branch : develop
This commit is contained in:
parent
360a634f5b
commit
ffe0571a12
1 changed files with 3 additions and 3 deletions
|
@ -1272,13 +1272,13 @@ sint CDriverGL::getTotalVideoMemory() const
|
|||
}
|
||||
else
|
||||
{
|
||||
nlerror("3D: Unable to get video memory (%s)", CGLErrorString(error));
|
||||
nlwarning("3D: Unable to get video memory (%s)", CGLErrorString(error));
|
||||
}
|
||||
}
|
||||
}
|
||||
else
|
||||
{
|
||||
nlerror("3D: Unable to get renderer ID (%s)", CGLErrorString(error));
|
||||
nlwarning("3D: Unable to get renderer ID (%s)", CGLErrorString(error));
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -1286,7 +1286,7 @@ sint CDriverGL::getTotalVideoMemory() const
|
|||
}
|
||||
else
|
||||
{
|
||||
nlerror("3D: Unable to get renderers info (%s)", CGLErrorString(error));
|
||||
nlwarning("3D: Unable to get renderers info (%s)", CGLErrorString(error));
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in a new issue