012b169a73
Most of the patches updated weren't failing but there were a number of hunk offsets when applying so it tidies that up. The change in mtx_transform.0.patch has been moved to clutter-actor.c.0.patch.
14 lines
628 B
Diff
14 lines
628 B
Diff
diff --git a/clutter/clutter-texture.c b/clutter/clutter-texture.c
|
|
index 42be677..7273946 100644
|
|
--- a/clutter/clutter-texture.c
|
|
+++ b/clutter/clutter-texture.c
|
|
@@ -463,7 +463,7 @@ clutter_texture_set_fbo_projection (ClutterActor *self)
|
|
|
|
/* Set up a projection matrix so that the actor will be projected as
|
|
if it was drawn at its original location */
|
|
- tan_angle = tanf (COGL_ANGLE_FROM_DEGX (perspective.fovy / 2 * (G_PI/180.0)));
|
|
+ tan_angle = tanf ((perspective.fovy / 2) * (G_PI/180.0));
|
|
near_size = CLUTTER_FIXED_MUL (perspective.z_near, tan_angle);
|
|
|
|
cogl_frustum (CLUTTER_FIXED_MUL (tx_min, near_size),
|