diff --git a/config/spout_output.xml b/config/spout_output.xml index 07f95045dc..7ceecacb8e 100644 --- a/config/spout_output.xml +++ b/config/spout_output.xml @@ -17,7 +17,7 @@ - + diff --git a/ext/sgct b/ext/sgct index e52ea7153d..7f56f724c1 160000 --- a/ext/sgct +++ b/ext/sgct @@ -1 +1 @@ -Subproject commit e52ea7153dc2ddb77c580d32cf015ff1176eba6a +Subproject commit 7f56f724c1103effcec217dd66513c42eb1545e1 diff --git a/modules/base/dashboard/dashboarditemframerate.cpp b/modules/base/dashboard/dashboarditemframerate.cpp index 90f0041242..f1ffe46805 100644 --- a/modules/base/dashboard/dashboarditemframerate.cpp +++ b/modules/base/dashboard/dashboarditemframerate.cpp @@ -147,7 +147,7 @@ DashboardItemFramerate::DashboardItemFramerate(ghoul::Dictionary dictionary) } } else { - _frametimeType = static_cast(FrametimeType::FPS); + _frametimeType = static_cast(FrametimeType::FPSAvg); } addProperty(_frametimeType);