mirror of
https://github.com/brl/mutter.git
synced 2025-02-04 07:34:09 +00:00
Daniel van Vugt
62c67be4c8
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...
Description
Languages
C
98.9%
Meson
0.7%
Python
0.3%