Skip to content

Commit 632b971

Browse files
committed
Re-add: Globals Rescan button
1 parent 0b2d83d commit 632b971

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lua/blobsprofiler/shared/modules/bp_lua.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ blobsProfiler.RegisterSubModule("Lua", "Globals", {
9898

9999
blobsProfiler.buildDTree(luaState, parentPanel, "Lua.Globals")
100100
end,
101-
--RefreshButton = "Re-scan" -- TODO: I couldn't get this to play nice, so I gave up for now
101+
RefreshButton = "Re-scan" -- TODO: I couldn't get this to play nice, so I gave up for now
102102
})
103103

104104
blobsProfiler.RegisterSubModule("Lua", "Execute", {

0 commit comments

Comments
 (0)