Skip to content

Commit

Permalink
Fix ImGui render logging not updating properly
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraq committed Jul 27, 2024
1 parent 7d3ebff commit 34af9aa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ class ImGuiLayer implements AutoCloseable, InputSource {
var sceneResult = closure()

// Draw ImGui objects
average('Rendering', 1f, logger) { ->
average('ImGui Rendering', 1f, logger) { ->
if (drawUiElements && sceneResult) {
var dockspaceId = setUpDockspace()
uiElements*.render(dockspaceId, sceneResult)
Expand Down

0 comments on commit 34af9aa

Please sign in to comment.