Skip to content

Commit 9378784

Browse files
committed
Heavy doesn't support permin argument
1 parent bcb78ff commit 9378784

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Source/Dialogs/AddObjectMenu.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,7 @@ class ObjectList final : public Component {
377377
} },
378378
{ "General",
379379
{
380-
{ Icons::GlyphMetro, "#X obj 0 0 metro 1 120 permin", "Metro", "Metro", OtherObject },
380+
{ Icons::GlyphMetro, "#X obj 0 0 metro 120", "Metro", "Metro", OtherObject },
381381
{ Icons::GlyphTrigger, "#X obj 0 0 trigger", "Trigger", "Trigger", OtherObject },
382382
{ Icons::GlyphMoses, "#X obj 0 0 moses", "Moses", "Moses", OtherObject },
383383
{ Icons::GlyphSpigot, "#X obj 0 0 spigot", "Spigot", "Spigot", OtherObject },
@@ -388,7 +388,7 @@ class ObjectList final : public Component {
388388
{ Icons::GlyphUnpack, "#X obj 0 0 unpack", "Unpack", "Unpack", OtherObject },
389389
{ Icons::GlyphPrint, "#X obj 0 0 print", "Print", "Print", OtherObject },
390390
{ Icons::GlyphTimer, "#X obj 0 0 timer", "Timer", "Timer", OtherObject },
391-
{ Icons::GlyphDelay, "#X obj 0 0 delay 1 60 permin", "Delay", "Delay", OtherObject },
391+
{ Icons::GlyphDelay, "#X obj 0 0 delay 60", "Delay", "Delay", OtherObject },
392392
} },
393393
{ "MIDI",
394394
{

0 commit comments

Comments
 (0)