fix for lua

This commit is contained in:
2026-06-08 19:22:04 +03:00
parent b9da58e138
commit 8f6341e840
+1 -1
View File
@@ -171,7 +171,7 @@ namespace
{ {
if (!renderer) if (!renderer)
throw std::invalid_argument("hud renderer must not be nil"); throw std::invalid_argument("hud renderer must not be nil");
return {top, bottom, renderer}; return {top, bottom, 4.f, renderer};
} }
[[nodiscard]] [[nodiscard]]