ange-yaghi/engine-sim

While building the project in Visual Studio 2022 I keep getting the error "identifier 'm_antialiasingFilters' is undefined".

lokitkhemka opened this issue · 1 comments

I am getting the error while building the project "engine-sim-app" in Visual Studio 2022 saying
"identifier "m_antialiasingFilters" is undefined" at "D:\engine-sim\src\piston_engine_simulator.cpp" file at line 36.

Any help in solving this issue is appreciated.

That member doesn't exist, so you can delete the line that uses it. This only happens when building in Debug mode which I rarely if-ever do.