Skip to content

Commit

Permalink
Update c_debug.lua
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando-A-Rocha committed Aug 1, 2024
1 parent a62ee0a commit 9522935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion newmodels_reborn/scripts/optional/debug/c_debug.lua
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ local function updateDebugViewInfo()
if loadedModelsStr == "" then
loadedModelsStr = str
else
loadedModelsStr = loadedModelsStr .. ", " .. str
loadedModelsStr = str .. ", " .. loadedModelsStr
end
end
drawStr = getElementChidrenStr(resourceRoot, 0)
Expand Down

0 comments on commit 9522935

Please sign in to comment.