mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-01-05 19:19:39 -06:00
Update SGCT to not require the specification of projection planes if 3D rendering in not required
Remove comments as it is the preferred way of handling the web gui
This commit is contained in:
@@ -91,10 +91,6 @@ void CefWebGuiModule::startOrStopGui() {
|
||||
|
||||
WebBrowserModule* webBrowserModule = global::moduleEngine.module<WebBrowserModule>();
|
||||
|
||||
//TODO: micah - revisit this, either remove code or find situation
|
||||
//where you haave a master without a gui and fixfor it.
|
||||
//const bool hasGuiWindow = global::windowDelegate.hasGuiWindow();
|
||||
|
||||
const bool isMaster = global::windowDelegate.isMaster();
|
||||
|
||||
if (_enabled && isMaster) {
|
||||
|
||||
Reference in New Issue
Block a user