Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: Imgui plugin demo fails compilation #407

Open
ethindp opened this issue Dec 9, 2019 · 0 comments
Open

Bug: Imgui plugin demo fails compilation #407

ethindp opened this issue Dec 9, 2019 · 0 comments

Comments

@ethindp
Copy link

ethindp commented Dec 9, 2019

The IMGUI plugin demo fails the compilation on Windows 10, AMD64, VS 2019. The error is:

[ 98%] Building CXX object _deps/imgui-build/CMakeFiles/bsfImgui.dir/Src/BsImguiDemo.cpp.obj
BsImguiDemo.cpp
_deps\imgui-src\Src\BsImgui.h(49): error C2555: 'bs::ct::ImguiRendererExtension::check': overriding virtual function return type differs and is not covariant from 'bs::RendererExtension::check'
Source\Foundation\bsfCore\Renderer\BsRendererExtension.h(114): note: see declaration of 'bs::RendererExtension::check'
_deps\imgui-src\Src\BsImgui.h(51): error C3668: 'bs::ct::ImguiRendererExtension::render': method with override specifier 'override' did not override any base class methods

I have not checked whether this fails compilation on any other platforms.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant