Updates for changes in rust-geom and rust-layers

This commit is contained in:
Glenn Watson 2015-06-10 16:09:18 +10:00
parent 44a4b7886d
commit 8fb29c91e6
7 changed files with 14 additions and 14 deletions

View file

@ -622,7 +622,7 @@ impl WorkerThread {
stacking_context.overflow.origin.y.to_f32_px()));
// Apply the translation to paint the tile we want.
let matrix: Matrix4<AzFloat> = identity();
let matrix: Matrix4 = identity();
let matrix = matrix.scale(scale as AzFloat, scale as AzFloat, 1.0);
let matrix = matrix.translate(-tile_bounds.origin.x as AzFloat,
-tile_bounds.origin.y as AzFloat,