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.
1 parent a8e65ab commit a94e65eCopy full SHA for a94e65e
src/Workspace/Resources/__formSettings.js
@@ -13,7 +13,7 @@ Workspace.newF("__formSettings", function(cl, settings) {
13
});
14
15
// turn everything into unityscript objects
16
- fixSettings.map( (k, v, i) => {
+ fixSettings = fixSettings.map( (k, v, i) => {
17
return new cl.parent.UnityscriptObject(k, v);
18
19
0 commit comments