Skip to content

Commit 2762d3f

Browse files
committed
Construction frame typo fix
1 parent 56faeec commit 2762d3f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

scripts/gui/pages/CpConstructionFrame.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -242,8 +242,8 @@ end
242242

243243
function CpConstructionFrame:update(dt)
244244
CpConstructionFrame:superClass().update(self, dt)
245-
g_currentMission.hud:updateBlinkingWarning(self)
246-
g_currentMission.hud.sideNotifications:update(self)
245+
g_currentMission.hud:updateBlinkingWarning(dt)
246+
g_currentMission.hud.sideNotifications:update(dt)
247247
self.camera:setCursorLocked(self.cursor.isCatchingCursor)
248248
self.camera:update(dt)
249249
if self.isMouseMode and self.isMouseInMenu then

0 commit comments

Comments
 (0)