Hover over connections
This commit is contained in:
@@ -758,7 +758,7 @@ namespace FlaxEditor.Surface
|
||||
{
|
||||
if (Elements[j] is OutputBox ob && ob.HasAnyConnection)
|
||||
{
|
||||
ob.DrawConnections();
|
||||
ob.DrawConnections(ref mousePosition);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user