mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-30 07:49:31 -05:00
Updated Ghoul version
Started cleaning up OpenSpace
This commit is contained in:
@@ -76,7 +76,7 @@ void GuiPerformanceComponent::render() {
|
||||
};
|
||||
|
||||
ImGui::Begin("Performance", &_isEnabled);
|
||||
if (OsEng.renderEngine()->doesPerformanceMeasurements() &&
|
||||
if (OsEng.renderEngine().doesPerformanceMeasurements() &&
|
||||
ghoul::SharedMemory::exists(RenderEngine::PerformanceMeasurementSharedData))
|
||||
{
|
||||
ImGui::SliderFloat2("Min values, max Value", _minMaxValues, 0.f, 10000.f);
|
||||
|
||||
Reference in New Issue
Block a user