Commit 847e4cb0 authored by hybrid's avatar hybrid

Add proper unit for video memory output.

git-svn-id: svn://svn.code.sf.net/p/irrlicht/code/trunk@3739 dfc29bdd-3216-0410-991c-e03cc46cb475
parent d43cb8b5
......@@ -394,7 +394,7 @@ bool CD3D9Driver::initDriver(HWND hwnd, bool pureSoftware)
// get caps
pID3DDevice->GetDeviceCaps(&Caps);
os::Printer::log("Currently available Video Memory", core::stringc(pID3DDevice->GetAvailableTextureMem()).c_str());
os::Printer::log("Currently available Video Memory (kB)", core::stringc(pID3DDevice->GetAvailableTextureMem()/1024).c_str());
// disable stencilbuffer if necessary
if (Params.Stencilbuffer &&
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment