Fix transform sceneId order issue 74/281674/3
authorEunki, Hong <eunkiki.hong@samsung.com>
Tue, 20 Sep 2022 11:13:27 +0000 (20:13 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Wed, 21 Sep 2022 11:23:44 +0000 (20:23 +0900)
When mIds[mPanret[i]] is bigger then i,
mOrderedCOmponents[~~].sceneId become garbage.

To fix this issue, let we store sceneId first,
and propargate sceneId later.

Note : sceneId become the lastest parent's sceneId.
So, it always valid.

Change-Id: I27c6e51cda0ae696bf1ff5179ddb735f3e24aa65
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>

No differences found