From 24b7ba36e2647766f203f47cd683c9ad54fc9138 Mon Sep 17 00:00:00 2001 From: JappaWakkaP3D <31563291+JappaWakka@users.noreply.github.com> Date: Thu, 28 Oct 2021 22:15:29 +0200 Subject: [PATCH] Notification Popup disappears faster after user input --- P3D/Overworld/NotificationPopup.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/P3D/Overworld/NotificationPopup.vb b/P3D/Overworld/NotificationPopup.vb index 04a191756..55893e449 100644 --- a/P3D/Overworld/NotificationPopup.vb +++ b/P3D/Overworld/NotificationPopup.vb @@ -124,7 +124,7 @@ Public Class NotificationPopup Dim BackY As Integer = CInt(0 - _size.Height * (FrameSizeBack / 3) * _scale - (FrameSizeBack / 3 * _scale) - 5) If Me._interacted = True Then If Me._positionY > BackY Then - Me._positionY -= CInt(0.7 * (FrameSizeBack / 3 * _scale) / _size.Height) + Me._positionY -= CInt(1.5 * (FrameSizeBack / 3 * _scale) / _size.Height) If Me._positionY <= BackY Then Me._positionY = BackY If Me._scriptFile <> "" Then