mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
Fix rebase
This commit is contained in:
parent
fcb0f8d8f0
commit
14080da693
@ -880,14 +880,6 @@ impl<'a> PrimitiveRef<'a> {
|
||||
pub fn repeat(self, offset: Vec3<i32>, count: i32) -> PrimitiveRef<'a> {
|
||||
self.painter.prim(Primitive::repeat(self, offset, count))
|
||||
}
|
||||
|
||||
pub fn translate(self, trans: Vec3<i32>) -> PrimitiveRef<'a> {
|
||||
self.painter.prim(Primitive::translate(self, trans))
|
||||
}
|
||||
|
||||
pub fn rotate(self, rot: Mat3<i32>) -> PrimitiveRef<'a> {
|
||||
self.painter.prim(Primitive::rotate(self, rot))
|
||||
}
|
||||
}
|
||||
|
||||
pub trait Structure {
|
||||
|
@ -967,7 +967,7 @@ impl Site {
|
||||
PlotKind::Workshop(workshop) => workshop.render_collect(self, canvas),
|
||||
PlotKind::Castle(castle) => castle.render_collect(self, canvas),
|
||||
PlotKind::Dungeon(dungeon) => dungeon.render_collect(self, canvas),
|
||||
PlotKind::Gnarling(gnarling) => gnarling.render_collect(self, &canvas.land()),
|
||||
PlotKind::Gnarling(gnarling) => gnarling.render_collect(self, &canvas),
|
||||
PlotKind::GiantTree(giant_tree) => giant_tree.render_collect(self, canvas),
|
||||
_ => continue,
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user