From ed55f9f3a645dc3b11c93dfa173d2a9ffda88a03 Mon Sep 17 00:00:00 2001 From: "(Jip) Willem Wijnia" Date: Thu, 26 Dec 2024 09:50:14 +0100 Subject: [PATCH] Update lua/ui/game/multihead.lua Co-authored-by: lL1l1 <82986251+lL1l1@users.noreply.github.com> --- lua/ui/game/multihead.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/lua/ui/game/multihead.lua b/lua/ui/game/multihead.lua index 5c44b6dff7..d1e09dec54 100644 --- a/lua/ui/game/multihead.lua +++ b/lua/ui/game/multihead.lua @@ -52,7 +52,6 @@ end --- Creates a world view on the secondary adapter. The worldview is registered and available in the world view manager. --- --- This function is referenced directly by the engine. ----@return nil function CreateSecondView() ---------------------------------------------------------------------------