karl- / pb_CSG

A C# port of CSG.js by Evan W (http://evanw.github.io/csg.js/).
MIT License
634 stars 99 forks source link

Bug fix with u [CSG_Model.cs] #29

Closed mattcoulter7 closed 2 years ago

mattcoulter7 commented 2 years ago

I just purchased this package off of the asset store and ran into an issue when performing a subtraction with no custom material.

U was not null, but the length is 0 which threw an exception. I did the same check as the line below and it fixed the issue.

2022-05-31 19_16_49-Assignment1Testing (Debugging) - Microsoft Visual Studio .

mattcoulter7 commented 2 years ago

Actually I think this is a different package... nvm