mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-28 15:09:36 -06:00
Feature/cleanup (#837)
* Style guide fixes * Various cleanups * Update SGCT
This commit is contained in:
@@ -48,6 +48,9 @@ CefHost::CefHost(const std::string& helperLocation) {
|
||||
#ifndef __APPLE__
|
||||
// Apple will always look for helper in a fixed location.
|
||||
CefString(&settings.browser_subprocess_path).FromString(helperLocation);
|
||||
#else
|
||||
// Silence a warning about unused variable
|
||||
(void)helperLocation;
|
||||
#endif
|
||||
|
||||
settings.windowless_rendering_enabled = true;
|
||||
|
||||
Reference in New Issue
Block a user