diff --git a/neo/sys/DeviceManager.cpp b/neo/sys/DeviceManager.cpp index 0526efc2..a756774e 100644 --- a/neo/sys/DeviceManager.cpp +++ b/neo/sys/DeviceManager.cpp @@ -107,7 +107,7 @@ void DefaultMessageCallback::message( nvrhi::MessageSeverity severity, const cha common->Warning( messageText ); break; case nvrhi::MessageSeverity::Error: - common->Error( messageText ); + common->FatalError( messageText ); break; case nvrhi::MessageSeverity::Fatal: common->FatalError( messageText );