mirror of
https://github.com/OpenSpace/OpenSpace.git
synced 2026-02-14 07:30:07 -06:00
Remove unnecessary misstake
This commit is contained in:
@@ -688,7 +688,7 @@ void LuaConsole::render() {
|
||||
glm::vec2 loc = glm::vec2(
|
||||
EntryFontSize / 2.f,
|
||||
res.y - _currentHeight + EntryFontSize
|
||||
) * 2.0f;
|
||||
);
|
||||
|
||||
auto bbox = FontRenderer::defaultRenderer().boundingBox(*_font, text.c_str());
|
||||
return glm::vec2(
|
||||
|
||||
Reference in New Issue
Block a user