mirror of
https://github.com/P3D-Legacy/P3D-Legacy.git
synced 2025-07-27 15:54:25 +02:00
Fix item selection screen
This commit is contained in:
parent
92f3832416
commit
8e13910d57
@ -141,7 +141,12 @@ Public Class NewInventoryScreen
|
||||
_preScreenTarget = New RenderTarget2D(GraphicsDevice, windowSize.Width, windowSize.Height)
|
||||
_blur = New Resources.Blur.BlurHandler(windowSize.Width, windowSize.Height)
|
||||
|
||||
_tabIndex = StartPageIndex
|
||||
If AllowedPages.Contains(StartPageIndex) = False Then
|
||||
_tabIndex = AllowedPages(0)
|
||||
Else
|
||||
_tabIndex = StartPageIndex
|
||||
End If
|
||||
|
||||
_pageIndex = Player.Temp.BagPageIndex
|
||||
_itemindex = Player.Temp.BagItemIndex
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user