mirror of
https://github.com/maplibre/maplibre-rs.git
synced 2025-12-08 19:05:57 +00:00
Fix clippy
This commit is contained in:
parent
50c2f0fe97
commit
e2abd9facd
@ -104,7 +104,7 @@ impl Camera {
|
||||
clip.x / clip.w,
|
||||
clip.y / clip.w,
|
||||
clip.z / clip.w,
|
||||
clip.w / clip.w
|
||||
1.0
|
||||
);
|
||||
|
||||
let min_depth = 0.0;
|
||||
@ -131,7 +131,7 @@ impl Camera {
|
||||
clip.x / clip.w,
|
||||
clip.y / clip.w,
|
||||
clip.z / clip.w,
|
||||
clip.w / clip.w
|
||||
1.0
|
||||
);
|
||||
|
||||
Self::clip_to_window_transform(self.width, self.height) * ndc
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user