Fix ref usage warnings with in-parameters
This commit is contained in:
@@ -143,7 +143,7 @@ namespace FlaxEditor.Windows
|
||||
|
||||
// Title
|
||||
var textRect = new Rectangle(43, 2, clientRect.Width - 40, clientRect.Height - 10);
|
||||
Render2D.PushClip(ref clientRect);
|
||||
Render2D.PushClip(clientRect);
|
||||
bool coloredText = _window._colorDebugLogText;
|
||||
if (LogCount == 1)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user