Skip to content

V2.5.4: bug-fix release affecting the API

Compare
Choose a tag to compare
@mgrojo mgrojo released this 21 Aug 20:54

What's Fixed

API fixes and improvements due to inconsistencies with the CSFML API:

  • Fix bug in the import of the C function for sfText_getLineSpacing (2a4af34)
  • sfTexture_updateFromTexture is now imported (issue #16)
  • Fixed incorrect importing of C functions with strings in Sf.Graphics.Shader (issue #19)
  • sfRenderStates "constructors" from shaders and textures (issue #20)

What's Changed

Minor improvements in some examples.

Full Changelog: v2.5.3...v2.5.4