Browse Source

Fixed Sfxr borking the popup editor style

master
chrisgregan 10 years ago
parent
commit
892de5fe56
  1. 2
      Assets/Fungus/Thirdparty/Usfxr/Editor/SfxrGenerator.cs

2
Assets/Fungus/Thirdparty/Usfxr/Editor/SfxrGenerator.cs vendored

@ -258,7 +258,7 @@ public class SfxrGenerator : EditorWindow {
public bool RenderParameters(SfxrParams parameters) {
bool soundChanged = false;
GUIStyle waveTypeStyle = EditorStyles.popup;
GUIStyle waveTypeStyle = new GUIStyle(EditorStyles.popup);
waveTypeStyle.fontSize = 12;
waveTypeStyle.fixedHeight = 22;

Loading…
Cancel
Save