mirror of
https://github.com/Xevion/RimWorld-Hydroponics-Expanded.git
synced 2025-12-09 14:08:28 -06:00
Fix building drawerType, re-add rotation render code
This commit is contained in:
@@ -175,10 +175,9 @@ namespace HydroponicsExpanded {
|
||||
bar.unfilledMat = HydroponicUnfilledMaterial;
|
||||
|
||||
|
||||
// Rot4 rotation = base.Rotation;
|
||||
// rotation.Rotate(RotationDirection.Clockwise);
|
||||
// bar.rotation = rotation;
|
||||
bar.rotation = Rotation;
|
||||
Rot4 rotation = Rotation;
|
||||
rotation.Rotate(RotationDirection.Clockwise);
|
||||
bar.rotation = rotation;
|
||||
|
||||
GenDraw.DrawFillableBar(bar);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user