Skip to content

clutter-actor: Fix uninitialized matrix multiply

modelview is uninitialized and the apply function just multiplies it. What we really want is to initialize modelview so replace apply with get.

Who knows what bugs this may have caused...

Edited by Daniel van Vugt

Merge request reports