Skip to content

Commit

Permalink
Should be always setting the .managed field on created objects, perha…
Browse files Browse the repository at this point in the history
…ps? (#238)
  • Loading branch information
YellowAfterlife committed Feb 12, 2025
1 parent ce60914 commit 8c92007
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/yy/YyManip.hx
Original file line number Diff line number Diff line change
Expand Up @@ -269,9 +269,8 @@ class YyManip {
};
if (!pj.isGM2024) {
obj.tags = [];
} else {
obj.managed = true;
}
obj.managed = true;
yyResource = obj;
};
case "shader": {
Expand Down

0 comments on commit 8c92007

Please sign in to comment.