common render: removed unnecessary assignments in update() fun
authorMira Grudzinska <m.grudzinska@samsung.com>
Mon, 1 Feb 2021 00:33:50 +0000 (01:33 +0100)
committerJunsuChoi <jsuya.choi@samsung.com>
Fri, 19 Feb 2021 08:34:45 +0000 (17:34 +0900)
commit94f5c0d7f7f9b5d0a9391c887e166e59ba132405
tree9f68a7aa807dc339f31dd5822e270886e4c103b1
parentae9a4d1bcada5069961774d1d6a9e5cc0bcf051c
common render: removed unnecessary assignments in update() fun

The rotation part of the transformation matrix can be assigned,
it does not have to be multiplied by the identity matrix.
The values of e13 and e23 of the transformation matrix represents the translation,
so they don't need to be taken into account in the rotation part.
src/lib/tvgRender.cpp