@@ -146,7 +146,7 @@ public sealed partial class ExplosionSystem
|
||||
}
|
||||
#if EXCEPTION_TOLERANCE
|
||||
}
|
||||
catch (Exception e)
|
||||
catch (Exception)
|
||||
{
|
||||
// Ensure the system does not get stuck in an error-loop.
|
||||
if (_activeExplosion != null)
|
||||
|
||||
Reference in New Issue
Block a user