mirror of
https://github.com/sinai-dev/UnityExplorer.git
synced 2025-01-07 18:13:35 +08:00
Update DataHeightManager.cs
This commit is contained in:
parent
edbb9a2882
commit
e1e40950f8
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user