Add the ability to render out the current recording time during a session recording

This commit is contained in:
Alexander Bock
2020-07-02 16:37:11 +02:00
parent cae025f530
commit ea95054bd2
3 changed files with 46 additions and 1 deletions

View File

@@ -1250,6 +1250,8 @@ void OpenSpaceEngine::drawOverlays() {
if (isGuiWindow) {
global::renderEngine.renderOverlays(_shutdown);
global::luaConsole.render();
global::sessionRecording.render();
}
for (const std::function<void()>& func : global::callback::draw2D) {