Improved error message

Former-commit-id: 0315fe27119a0da88334ee67575e144c488d655c
This commit is contained in:
Lynix 2014-12-07 03:00:10 +01:00
parent bb95e6862a
commit 27e9996e7b
1 changed files with 1 additions and 1 deletions

View File

@ -228,7 +228,7 @@ bool NzDeferredGeometryPass::Resize(const NzVector2ui& dimensions)
}
catch (const std::exception& e)
{
NazaraError("Failed to create G-Buffer RTT");
NazaraError("Failed to create G-Buffer RTT: " + NzString(e.what()));
return false;
}
}