Double behaviours when hitting reset

LumpAppsLumpApps Member Posts: 2,881

I have an issue in a project I am working on.
I made some logic switching an integer in a table from zero to one and on a reset switching back from one to zero. The logic works fine on the mac. When going to pc it stays 1.
After a lot of testing I made a new document and new actor with a log debug statement doing nothing but display text.
Now when I preview the document (pc) in the editor it logs the text correctly. But when I hit reset it logs again but twice. So after this procedure instead of having the text logged twice (once for each opening of the scene) It logs three times.
That why the switch from 0 to 1 on start. Switches from 0 to 1 and back from 1 to 0.

Looks like a bug to me but I am not sure. Can someone test this?

Thanks in advance

Comments

Sign In or Register to comment.