Fixed compilation error
Former-commit-id: 8abcae77e3b62bb9ea1005a92be6bf8c88ae6cbe
This commit is contained in:
@@ -603,7 +603,7 @@ bool NzRenderer::Initialize()
|
||||
{
|
||||
s_capabilities[nzRendererCap_Instancing] = false;
|
||||
s_instancingBuffer = nullptr;
|
||||
NazaraError("Failed to create instancing buffer: " + e.what()); ///TODO: Noexcept
|
||||
NazaraError("Failed to create instancing buffer: " + NzString(e.what())); ///TODO: Noexcept
|
||||
}
|
||||
}
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user