diff --git a/source/lua/lua_hud.cpp b/source/lua/lua_hud.cpp index e0ac8a9..4828656 100644 --- a/source/lua/lua_hud.cpp +++ b/source/lua/lua_hud.cpp @@ -171,7 +171,7 @@ namespace { if (!renderer) throw std::invalid_argument("hud renderer must not be nil"); - return {top, bottom, renderer}; + return {top, bottom, 4.f, renderer}; } [[nodiscard]]