Fixed possible bug

Former-commit-id: cc37ef2c51011d7a679a10d5386f9bbf0241d51f
This commit is contained in:
Lynix 2014-06-27 21:17:23 +02:00
parent 76bfd0857e
commit 126cd75e4d
1 changed files with 1 additions and 1 deletions

View File

@ -795,7 +795,7 @@ bool NzRenderer::Initialize()
{
try
{
NzErrorFlags errFlags(nzErrorFlag_ThrowException);
NzErrorFlags errFlags(nzErrorFlag_ThrowException, true);
s_instanceBuffer.Reset(nullptr, NAZARA_RENDERER_INSTANCE_BUFFER_SIZE, nzBufferStorage_Hardware, nzBufferUsage_Dynamic);
}
catch (const std::exception& e)