Skip to content

0.11.1

Compare
Choose a tag to compare
@TerryCavanagh TerryCavanagh released this 17 Jan 13:50
· 161 commits to master since this release
6afb0a4

Note: The recommended way to use Haxegon is to install it via haxelib:

haxelib install haxegon

0.11.1 (2018-01-17)

Bug fixes/Tweaks

  • This is a minor bugfix release for yesterday's big update.
  • Updated to work correctly with the newest versions of OpenFL and Lime (OpenFL 7.0 and Lime 6.0.1).
  • Fixed Debug.log() not displaying if you don't have a render function.
  • Fixed a crash bug if you changed drawing surfaces in Main.init() AFTER resizing the screen.
  • Fixed a bug where the wrong screensize was getting reported in Main.init() on HTML5. (thanks, @TheSpydog)