mirror of
https://github.com/GrahamKracker/UnityExplorer.git
synced 2025-07-04 20:42:22 +08:00
Progress on inspector, interactive list basically done
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user