diff --git a/src/Graphics/CommandBuffer.cs b/src/Graphics/CommandBuffer.cs index 3141394..5a26da7 100644 --- a/src/Graphics/CommandBuffer.cs +++ b/src/Graphics/CommandBuffer.cs @@ -210,8 +210,8 @@ namespace MoonWorks.Graphics public void BindIndexBuffer( Buffer indexBuffer, - uint offset, - IndexElementSize indexElementSize + IndexElementSize indexElementSize, + uint offset = 0 ) { Refresh.Refresh_BindIndexBuffer( Device.Handle,