You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting an infinite loop with OverrideObject function in the case that it actually makes it to the end of the function. Returning "foundobject" instead of recursing seems to be the fix, but I'm not sure I totally understand the function to begin with. To reproduce:
In Tiled, create a Rectangle Object.
Give it a class string (perhaps not one from the type editor).
Right click the object, and save it as a template. I think that is all that is required. In my case, the template had the same name as the class, and I had a few of them, but I don't think this is required for the bug.
Import the class with only the Name, as you've outlined. (Unsure if filling out the class properties changes anything)
The text was updated successfully, but these errors were encountered:
I'm getting an infinite loop with OverrideObject function in the case that it actually makes it to the end of the function. Returning "foundobject" instead of recursing seems to be the fix, but I'm not sure I totally understand the function to begin with. To reproduce:
The text was updated successfully, but these errors were encountered: