Skip to content
This repository was archived by the owner on Jun 11, 2020. It is now read-only.

Commit c3b974e

Browse files
committed
Fixing a race condition with setting the topbar transparency
1 parent 5f482c3 commit c3b974e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

CoreScriptsRoot/CoreScripts/Topbar.lua

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,7 @@ local function CreateTopBar()
168168
pcall(function()
169169
playerGuiChangedConn = playerGui.TopbarTransparencyChangedSignal:connect(UpdateBackgroundTransparency)
170170
end)
171+
UpdateBackgroundTransparency()
171172
end)
172173

173174
return this

0 commit comments

Comments
 (0)