Fix uniform warning output.
git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/branches/ogl-es@4332 dfc29bdd-3216-0410-991c-e03cc46cb475master
parent
932df8b01d
commit
a6deb1a0d1
|
@ -397,7 +397,7 @@ namespace video
|
|||
else
|
||||
{
|
||||
wchar_t buf[512];
|
||||
swprintf( buf, 512, L"Unable to find uniform : %S", UniformStringTable[i] );
|
||||
swprintf( buf, 512, L"Unable to find uniform : %s", UniformStringTable[i] );
|
||||
os::Printer::log( buf, ELL_WARNING );
|
||||
SUniformInfo blank;
|
||||
blank.location = -1;
|
||||
|
|
Loading…
Reference in New Issue