Fix ref usage warnings with in-parameters
This commit is contained in:
@@ -241,7 +241,7 @@ namespace FlaxEngine.GUI
|
||||
|
||||
// Resize backbuffer
|
||||
var desc = GPUTextureDescription.New2D(width, height, BackBufferFormat);
|
||||
_backBuffer.Init(ref desc);
|
||||
_backBuffer.Init(desc);
|
||||
_task.Output = _backBuffer;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user