SFML/SFML.Net

Image Flip Methods Return Incorrect Types

charleyah opened this issue · 0 comments

  • sfImage_flipVertically return type disparity with CSFML.
  • sfImage_flipHorizontally return type disparity with CSFML.

Both sfImage methods currently return uint and supposed to return void.