Fix ref usage warnings with in-parameters

This commit is contained in:
2025-12-06 00:36:28 +02:00
parent 74bac97f44
commit ecf074801f
83 changed files with 185 additions and 185 deletions

View File

@@ -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)
{