diff --git a/src/Graphics/GraphicsDevice.cs b/src/Graphics/GraphicsDevice.cs index 2e134dff..0508e7fe 100644 --- a/src/Graphics/GraphicsDevice.cs +++ b/src/Graphics/GraphicsDevice.cs @@ -102,7 +102,7 @@ namespace MoonWorks.Graphics public CommandBuffer AcquireCommandBuffer() { - return new CommandBuffer(this, Refresh.Refresh_AcquireCommandBuffer(Handle, 0)); + return new CommandBuffer(this, Refresh.Refresh_AcquireCommandBuffer(Handle)); } public unsafe void Submit(CommandBuffer commandBuffer)