pgruenbacher/bsfImgui

Build error, virtual method signature for BSF master changed

Opened this issue · 0 comments

Hello, the virtual method signatures you overwrote have changed.
You should look into your check() and render() methods compared to the ones in the master branch of bsf.

Here are the new ones:

RendererExtensionRequest check(const ct::Camera& camera) override;

void render(const ct::Camera& camera, const ct::RendererViewContext& viewContext) override;

Otherwise your plugin won't compile anymore.

Thanks!