Pass const ref parameters as in parameters in C# bindings
_amend in parameters
This commit is contained in:
@@ -111,7 +111,7 @@ void TextRender::SetFontSize(float value)
|
||||
}
|
||||
}
|
||||
|
||||
void TextRender::SetLayoutOptions(TextLayoutOptions& value)
|
||||
void TextRender::SetLayoutOptions(const TextLayoutOptions& value)
|
||||
{
|
||||
if (_layoutOptions != value)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user