We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3cde94e commit dacf560Copy full SHA for dacf560
changelog/snippets/other.6679.md
@@ -0,0 +1 @@
1
+- (#6679) Resolve circular dependency of WorldView and CommandMode.
lua/ui/game/commandmode.lua
@@ -14,7 +14,6 @@ local watchForQueueChange = import("/lua/ui/game/construction.lua").watchForQueu
14
local checkBadClean = import("/lua/ui/game/construction.lua").checkBadClean
15
local EnhancementQueueFile = import("/lua/ui/notify/enhancementqueue.lua")
16
17
-local WorldView = import("/lua/ui/controls/worldview.lua")
18
local GameMain = import("/lua/ui/game/gamemain.lua")
19
local RadialDragger = import("/lua/ui/controls/draggers/radial.lua").RadialDragger
20
0 commit comments