diff --git a/src/Nazara/Graphics/DeferredGeometryPass.cpp b/src/Nazara/Graphics/DeferredGeometryPass.cpp index e1a008493..577afe5a0 100644 --- a/src/Nazara/Graphics/DeferredGeometryPass.cpp +++ b/src/Nazara/Graphics/DeferredGeometryPass.cpp @@ -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; } }