mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-23 20:50:59 -05:00
Update SGCT repository
Set dashboard framerate default to average framerate Change Spout_output cube resolution to 1536 (1.5k)
This commit is contained in:
@@ -147,7 +147,7 @@ DashboardItemFramerate::DashboardItemFramerate(ghoul::Dictionary dictionary)
|
||||
}
|
||||
}
|
||||
else {
|
||||
_frametimeType = static_cast<int>(FrametimeType::FPS);
|
||||
_frametimeType = static_cast<int>(FrametimeType::FPSAvg);
|
||||
}
|
||||
addProperty(_frametimeType);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user