Improved error message
Former-commit-id: 0315fe27119a0da88334ee67575e144c488d655c
This commit is contained in:
parent
bb95e6862a
commit
27e9996e7b
|
|
@ -228,7 +228,7 @@ bool NzDeferredGeometryPass::Resize(const NzVector2ui& dimensions)
|
||||||
}
|
}
|
||||||
catch (const std::exception& e)
|
catch (const std::exception& e)
|
||||||
{
|
{
|
||||||
NazaraError("Failed to create G-Buffer RTT");
|
NazaraError("Failed to create G-Buffer RTT: " + NzString(e.what()));
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue