wsick / Fayde

Inspired by Silverlight; XAML engine using Javascript and rendering to the HTML5 Canvas.
MIT License
189 stars 27 forks source link

Null argument exception in mat3.multiply #262

Closed dp901 closed 7 years ago

dp901 commented 7 years ago

In some cases enumerator.current.Value._Raw can be null. Calling mat3.multiply produces an error and rendering fails.