Page 1 of 1

[Rseding91] [0.17.65] Another cloning bug, this time with combinators

Posted: Thu Aug 15, 2019 1:50 pm
by PyroFire
This signal:

Image

Image

Will be lost upon cloning.

Re: [0.17.65] Another cloning bug, this time with combinators

Posted: Thu Aug 15, 2019 2:49 pm
by Rseding91
Thanks for the report however that's working correctly: signals are not cloned as they are not part of the entity but part of the circuit network which is not clonable.

Re: [Rseding91] [0.17.65] Another cloning bug, this time with combinators

Posted: Thu Aug 15, 2019 4:59 pm
by Rseding91
After thinking about this some more I might be able to make this specific case work. I'll look into it and see.