Search found 1 match

by adoberito
Wed May 04, 2022 12:46 am
Forum: Developers
Topic: Bug?: home plan doesn't update when plugin resizes furniture
Replies: 1
Views: 3769

Bug?: home plan doesn't update when plugin resizes furniture

I've encountered what seems to be a bug, where when I have a plugin modify the size of a HomePieceOfFurniture, it correctly updates everywhere except in the home plan view.

For example, if my plugin says:

HomePieceOfFurniture projector = // ...
projector.setDepth(1000);
home.addPieceOfFurniture ...