diff --git a/source/Irrlicht/CD3D9Driver.cpp b/source/Irrlicht/CD3D9Driver.cpp index 80dea73c..2c06c323 100644 --- a/source/Irrlicht/CD3D9Driver.cpp +++ b/source/Irrlicht/CD3D9Driver.cpp @@ -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 &&