We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbc7d3d commit c2b4a21Copy full SHA for c2b4a21
Editor/Inspector/MpfModeSoundInspector.cs
@@ -18,7 +18,7 @@
18
namespace VisualPinball.Engine.Mpf.Unity.Editor
19
{
20
[CustomEditor(typeof(MpfModeSound)), CanEditMultipleObjects]
21
- public class MpfModeSoundInspector : BinaryEventSoundComponentInspector
+ public class MpfModeSoundInspector : BinaryEventSoundInspector
22
23
[SerializeField]
24
private VisualTreeAsset mpfModeSoundInspectorXml;
0 commit comments