Skip to content

Commit

Permalink
add missing overload for VertexBuffer (#21)
Browse files Browse the repository at this point in the history
  • Loading branch information
Skaruts committed Jun 22, 2020
1 parent 6707621 commit 41ef24f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/csfml/graphics.nim
Expand Up @@ -280,6 +280,7 @@ defDraw Shape
defDraw Sprite
defDraw Text
defDraw VertexArray
defDraw VertexBuffer

proc draw*[T: RenderTexture|RenderWindow, O] (
renderTarget: T, obj: O, states = renderStates()) =
Expand Down

0 comments on commit 41ef24f

Please sign in to comment.