mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-19 01:27:55 +08:00
Update DataHeightManager.cs
This commit is contained in:
@ -113,7 +113,7 @@ namespace UnityExplorer.UI.Widgets
|
|||||||
|
|
||||||
if (diff != 0.0f)
|
if (diff != 0.0f)
|
||||||
{
|
{
|
||||||
ExplorerCore.LogWarning("Height for data index " + dataIndex + " changed by " + diff);
|
// ExplorerCore.LogWarning("Height for data index " + dataIndex + " changed by " + diff);
|
||||||
cache.height = value;
|
cache.height = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user