Hover over connections

This commit is contained in:
stefnotch
2021-02-25 09:55:17 +01:00
parent 1dbbbeced1
commit bcc036f808
2 changed files with 12 additions and 46 deletions

View File

@@ -758,7 +758,7 @@ namespace FlaxEditor.Surface
{
if (Elements[j] is OutputBox ob && ob.HasAnyConnection)
{
ob.DrawConnections();
ob.DrawConnections(ref mousePosition);
}
}