Closed JBamberger closed 5 years ago
Hi,
Thanks for the PR! Great spot, indeed the inline
is missing there, and you'd get those linker errors.
Could you clang-format the changed line please? There's a .clang-format
at the root of the repo. And then this is good to go.
Cheers!
Hi, I've pushed the requested change.
Awesome, thanks again.
I've encountered a linker error after including the texture extraction header in multiple places. The problem seems to be that the v2 version of the
extract_texture
function is notinline
. If this is intentional for some reason please correct me since I am quite new to C++.