mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-09 06:48:35 -05:00
removing fxaa disable on macos
This commit is contained in:
@@ -301,12 +301,6 @@ RenderEngine::RenderEngine()
|
||||
addProperty(_showVersionInfo);
|
||||
addProperty(_showCameraInfo);
|
||||
|
||||
// @TODO (maci 2019-08-23) disabling FXAA on
|
||||
// MacOS for now until we have fix or MSAA option.
|
||||
#ifdef __APPLE__
|
||||
_enableFXAA = false;
|
||||
#endif
|
||||
|
||||
_enableFXAA.onChange([this]() {
|
||||
if (_renderer) {
|
||||
_renderer->enableFXAA(_enableFXAA);
|
||||
|
||||
Reference in New Issue
Block a user