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.
2 parents eae568c + 0925f8f commit 885a645Copy full SHA for 885a645
Source/Heavy/CompatibleObjects.h
@@ -105,7 +105,6 @@ class HeavyCompatibleObjects {
105
"tabread",
106
"tabwrite",
107
"tan",
108
- "text",
109
"tgl",
110
"timer",
111
"touchin",
@@ -261,11 +260,11 @@ class HeavyCompatibleObjects {
261
260
262
return allObjects;
263
}
264
-
+
265
static inline StringArray allCompatibleObjects = initialiseCompatibleObjects();
266
267
public:
268
269
static bool isCompatible(String const& type)
270
{
271
return allCompatibleObjects.contains(type.upToFirstOccurrenceOf(" ", false, false));
0 commit comments