We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9edb3e8 commit 9e2ce99Copy full SHA for 9e2ce99
Source/Heavy/CompatibleObjects.h
@@ -245,6 +245,7 @@ class HeavyCompatibleObjects {
245
"floatbox",
246
"symbolbox",
247
"msg",
248
+ "message",
249
"invalid"
250
};
251
Source/Objects/SubpatchObject.h
@@ -154,7 +154,6 @@ class SubpatchObject final : public TextBase
154
compatible = false;
155
instance->logWarning(String("Warning: object \"" + prefix + type + "\" is not supported in Compiled Mode"));
156
}
157
-
158
} else if (!HeavyCompatibleObjects::isCompatible(type)) {
159
160
0 commit comments