mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-03-10 23:38:38 -05:00
Correctly align shutdown information
This commit is contained in:
@@ -568,7 +568,7 @@ void RenderEngine::renderShutdownInformation(float timer, float fullTime) {
|
||||
fontResolution().x - size.boundingBox.x - 10,
|
||||
fontResolution().y - size.boundingBox.y
|
||||
);
|
||||
penPosition.y -= _fontDate->height();
|
||||
// penPosition.y -= _fontDate->height();
|
||||
|
||||
RenderFontCr(
|
||||
*_fontDate,
|
||||
|
||||
Reference in New Issue
Block a user