Progress on inspector, interactive list basically done

This commit is contained in:
Sinai
2021-05-01 20:55:27 +10:00
parent ab8b736f7e
commit 15ec64b106
26 changed files with 695 additions and 309 deletions

View File

@ -51,7 +51,7 @@ namespace UnityExplorer.UI.Panels
private void InvokeOnValueChanged(string value)
{
if (Time.time - m_timeOfLastInputInvoke <= 0f)
if (Time.time <= m_timeOfLastInputInvoke)
return;
m_timeOfLastInputInvoke = Time.time;