common Scene: Fix translucent composition condition
authorJunsuChoi <jsuya.choi@samsung.com>
Thu, 4 Feb 2021 05:47:01 +0000 (14:47 +0900)
committerJunsuChoi <jsuya.choi@samsung.com>
Tue, 23 Feb 2021 00:32:35 +0000 (09:32 +0900)
commit8c6c5079cb6e9086c9cd88e2e657bde64cb49727
tree7d3268e9a0b6530d02ea27f71a87d21066e5797f
parenta30d1c3b32a369911509a3ce9bb47c5a9931740b
common Scene: Fix translucent composition condition

If a scene has another scene as a child and
the number of children is 1, the composition of the child does not work.
Therefore, fix that composition works as long as the number of children is not 0.
src/lib/tvgSceneImpl.h