Page MenuHomeFeedback Tracker

Inventory UI code copy paste error
Closed, ResolvedPublic

Description

enfusion://ScriptEditor/Scripts/Game/UI/Inventory/SCR_InventorySlotUI.c;217

	//! should be the slot visible?
	void SetSlotVisible( bool bVisible )
	{
		m_bVisible = m_bVisible;

should be

m_bVisible = bVisible;

Details

Severity
Minor
Resolution
Open
Reproducibility
Always
Operating System
Windows 10 x64
Category
General

Event Timeline

Arkensor created this task.Sep 9 2022, 10:28 AM
Arkensor updated the task description. (Show Details)
Geez changed the task status from New to Awaiting internal Testing.Sep 12 2022, 12:14 AM
Geez closed this task as Resolved.Sep 20 2022, 1:03 PM
Geez claimed this task.
Geez added a subscriber: Geez.

Thank you for the report Arkensor.
The issue has been addressed internally and the fix will appear in one of the upcoming updates.
Regards,
Geez