mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-04-21 18:38:20 -05:00
Add display of double precision properties to ImGui
Do not show date text when render information is hidden Add Utah WMS files
This commit is contained in:
@@ -1298,12 +1298,13 @@ void RenderEngine::renderInformation() {
|
||||
);
|
||||
penPosition.y -= _fontDate->height();
|
||||
|
||||
RenderFontCr(*_fontDate,
|
||||
penPosition,
|
||||
"Date: %s",
|
||||
Time::ref().UTC().c_str()
|
||||
if (_showInfo && _fontDate) {
|
||||
RenderFontCr(*_fontDate,
|
||||
penPosition,
|
||||
"Date: %s",
|
||||
Time::ref().UTC().c_str()
|
||||
);
|
||||
|
||||
}
|
||||
if (_showInfo && _fontInfo) {
|
||||
RenderFontCr(*_fontInfo,
|
||||
penPosition,
|
||||
|
||||
Reference in New Issue
Block a user