mirror of
https://github.com/space-wizards/RobustToolbox.git
synced 2026-02-15 03:30:53 +01:00
Tiny cleanup (#1098)
This commit is contained in:
@@ -527,7 +527,7 @@ namespace Robust.Client.Audio.Midi
|
||||
break;
|
||||
}
|
||||
}
|
||||
catch (FluidSynthInteropException e)
|
||||
catch (FluidSynthInteropException)
|
||||
{
|
||||
// This spams NoteOff errors most of the time for no good reason.
|
||||
//_midiSawmill.Error("Exception while sending midi event of type {0}: {1}", midiEvent.Type, e, midiEvent);
|
||||
|
||||
@@ -8,8 +8,6 @@ namespace Robust.Client.Physics
|
||||
[UsedImplicitly]
|
||||
public class PhysicsSystem: EntitySystem
|
||||
{
|
||||
private float _lastServerMsg;
|
||||
|
||||
public override void Initialize()
|
||||
{
|
||||
base.Initialize();
|
||||
|
||||
Reference in New Issue
Block a user