diff --git a/Source/Alert_GearedUp.cs b/Source/Alert_GearedUp.cs index 8484dca..a8245dc 100644 --- a/Source/Alert_GearedUp.cs +++ b/Source/Alert_GearedUp.cs @@ -24,7 +24,7 @@ public override AlertReport GetReport() public override Rect DrawAt(float topY, bool minimized) { //float height = TexGearUpAndGo.guagIconActive.height; //The read out really doesn't handle custom heights :/ - float height = Alert.Height; + float height = Height; Rect rect = new Rect((float)UI.screenWidth - Padding - height, topY, height, height); GUI.color = Color.white; GUI.DrawTexture(rect, TexGearUpAndGo.guagIconActive);