mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Merge branch 'zesterer-master-patch-82877' into 'master'
Actually a tiny fix this time See merge request veloren/veloren!2835
This commit is contained in:
commit
350e835d7d
@ -39,7 +39,7 @@ impl DebugShape {
|
|||||||
0.0,
|
0.0,
|
||||||
);
|
);
|
||||||
let h = Vec3::new(0.0, 0.0, *height);
|
let h = Vec3::new(0.0, 0.0, *height);
|
||||||
mesh.push_tri(tri(a, b, c));
|
mesh.push_tri(tri(c, b, a));
|
||||||
mesh.push_quad(quad(b, c, c + h, b + h));
|
mesh.push_quad(quad(b, c, c + h, b + h));
|
||||||
mesh.push_tri(tri(a + h, b + h, c + h));
|
mesh.push_tri(tri(a + h, b + h, c + h));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user