[0.17.54] Clone tool does not clone LuaRendering objects
Posted: Sat Jul 06, 2019 1:50 pm
Steps to reproduce:
1. Create a LuaRendering object.
2. Enter map editor and clone the area.
Expected result: The render object is cloned too.
Actual result: The render object is not cloned.
1. Create a LuaRendering object.
Code: Select all
/c
furnace = game.player.surface.create_entity{name="stone-furnace", position={0,0}, force=game.player.force}
rendering.draw_sprite{sprite="virtual-signal/signal-check", surface=furnace.surface, target=furnace}
Expected result: The render object is cloned too.
Actual result: The render object is not cloned.