1. Neos VR
  2. News
  3. 2020.4.13.1368 - Extra bugfixes

2020.4.13.1368 - Extra bugfixes

A quick hotfix for LogiX nodes becoming non-grabbable (plus a few other fixes I made in the meanwhile). Compatible with previous build, you can update only if those bugs are affecting you.

[h2]Tweaks:[/h2]
- Value field of the EnumInput is now public (based on request by @BlueAmulet)

[h2]Bugfixes:[/h2]
- Fixed Headless world handler breaking on crashed world due to attempt to update the world information from the crashed world (found in log from @Medra)
- Fixed LogiX random nodes throwing exceptions if the min value is larger than max (they will now be swapped) (found in log from @Medra)
- Fixed LogiX nodes becoming un-grabbable after an overload swap (e.g. connecting an input of different type to operator or pulling out a display) (reported by @0utsider)
- Restructured User disposal mechanism, so it runs after the OnUserLeft event runs, not before
-- This fixes users leaving behind slots when they leave (reported by @Shifty and @Dante )