Skip to content

Bug fixes

Compare
Choose a tag to compare
@MerlinVR MerlinVR released this 16 May 19:07
· 513 commits to master since this release
7452a87
  • 261d033: Fix implicit type conversions on user fields, reported by AirGamer
  • dbcbb33: Fix issue with jagged array accesses in some cases, reported by AirGamer
  • c6f4daa: Fix issue with getting a value from this in some circumstances
  • f8fdd7b: Add explicit errors for attempting to use out in and ref parameters on user-defined methods since they are not supported yet. These will be added soon.