Closed Try closed 1 year ago
https://github.com/lmichaelis/phoenix/blob/2f6748717e3f88c6c02836e81ac3c7aa6640ae7d/source/softskin_mesh.cc#L52-L58
The code around suggest resize instead of reserve.
resize
reserve
Hi @Try, sorry for the delay. It's not a typo but still something worth changing. Thanks for reporting :) It's changed in 55325da9.
https://github.com/lmichaelis/phoenix/blob/2f6748717e3f88c6c02836e81ac3c7aa6640ae7d/source/softskin_mesh.cc#L52-L58
The code around suggest
resize
instead ofreserve
.