Orillusion / orillusion

Orillusion is a pure Web3D rendering engine which is fully developed based on the WebGPU standard.
https://www.orillusion.com
MIT License
4.99k stars 622 forks source link

[BUG]: 这里的代码似乎有问题 #367

Closed Davidyanlong closed 5 months ago

Davidyanlong commented 9 months ago

Describe the bug

发现这里似乎存在问题: (https://github.com/Orillusion/orillusion/blob/main/src/components/gui/core/GUICanvas.ts#L41) 我理解是要写成这样:

 this.index = from.index;
JingwenBai commented 9 months ago

的确是写错了,非常感谢!!!