|
@@ -37,5 +37,6 @@
|
|
|
- Removing assetContainer from scene will also remove gui layers ([TrevorDev](https://github.com/TrevorDev))
|
|
|
- A scene's input manager not adding key listeners when the canvas is already focused ([Poolminer](https://github.com/Poolminer))
|
|
|
- Runtime animation `goToFrame` when going back in time now correctly triggers future events when reached ([zakhenry](https://github.com/zakhenry))
|
|
|
+- Fixed bug in Ray.intersectsTriangle where the barycentric coordinates `bu` and `bv` being returned is actually `bv` and `bw`. ([bghgary](https://github.com/bghgary))
|
|
|
|
|
|
## Breaking changes
|