From f5e15fa93d84acbae6a26b86fddf20add38bb485 Mon Sep 17 00:00:00 2001 From: miepzerino <o.skotnik@gmail.com> Date: Tue, 01 Apr 2025 13:21:41 +0000 Subject: [PATCH] #31 added inventory to savefile, added itemDatabase --- Assets/Scripts/Inventory/InventoryDisplay.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/Assets/Scripts/Inventory/InventoryDisplay.cs b/Assets/Scripts/Inventory/InventoryDisplay.cs index dfd4f32..9624550 100644 --- a/Assets/Scripts/Inventory/InventoryDisplay.cs +++ b/Assets/Scripts/Inventory/InventoryDisplay.cs @@ -205,7 +205,7 @@ var scrollrect = itemDescription.transform.parent.parent.GetComponent<ScrollRect>(); if (scrollrect != null) { - Debug.Log("Resetting scroll position"); + //Debug.Log("Resetting scroll position"); scrollrect.verticalNormalizedPosition = 1; // 0 = top, 1 = bottom } // Reset the content's position -- Gitblit v1.9.3