Skip to content

Commit 885a645

Browse files
Merge pull request #2115 from Wasted-Audio/bugfix/heavy_text
text isn't supported at all
2 parents eae568c + 0925f8f commit 885a645

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

Source/Heavy/CompatibleObjects.h

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,6 @@ class HeavyCompatibleObjects {
105105
"tabread",
106106
"tabwrite",
107107
"tan",
108-
"text",
109108
"tgl",
110109
"timer",
111110
"touchin",
@@ -261,11 +260,11 @@ class HeavyCompatibleObjects {
261260

262261
return allObjects;
263262
}
264-
263+
265264
static inline StringArray allCompatibleObjects = initialiseCompatibleObjects();
266-
265+
267266
public:
268-
267+
269268
static bool isCompatible(String const& type)
270269
{
271270
return allCompatibleObjects.contains(type.upToFirstOccurrenceOf(" ", false, false));

0 commit comments

Comments
 (0)