copy color and style from visject

This commit is contained in:
nothingTVatYT
2024-02-15 00:01:29 +01:00
parent 355835439a
commit 75b7eaf345

View File

@@ -606,7 +606,8 @@ namespace FlaxEditor.Content.GUI
if (_isRubberBandSpanning)
{
Render2D.DrawRectangle(_rubberBandRectangle, Color.White);
Render2D.FillRectangle(_rubberBandRectangle, Color.Orange * 0.4f);
Render2D.DrawRectangle(_rubberBandRectangle, Color.Orange);
}
}