We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56faeec commit 2762d3fCopy full SHA for 2762d3f
1 file changed
scripts/gui/pages/CpConstructionFrame.lua
@@ -242,8 +242,8 @@ end
242
243
function CpConstructionFrame:update(dt)
244
CpConstructionFrame:superClass().update(self, dt)
245
- g_currentMission.hud:updateBlinkingWarning(self)
246
- g_currentMission.hud.sideNotifications:update(self)
+ g_currentMission.hud:updateBlinkingWarning(dt)
+ g_currentMission.hud.sideNotifications:update(dt)
247
self.camera:setCursorLocked(self.cursor.isCatchingCursor)
248
self.camera:update(dt)
249
if self.isMouseMode and self.isMouseInMenu then
0 commit comments