Fix a lot of small bugs/warnings
This commit is contained in:
@@ -534,7 +534,7 @@ namespace Nz
|
||||
}
|
||||
}
|
||||
}
|
||||
catch (std::exception e)
|
||||
catch (const std::exception& e)
|
||||
{
|
||||
NazaraError(e.what());
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user