greenm01 / poly2tri

Automatically exported from code.google.com/p/poly2tri
Other
338 stars 85 forks source link

Fix compilation #120

Closed isolovev closed 7 months ago

isolovev commented 7 months ago

Commit beb45bfedd76d5d7b3a7987a512d85dc89d359f5 introduced some code that didn't really compile. It added a const method that was calling a non-const method. Also, the arguments were passed incorrectly.

This commit fixes it.