Skip to content

Commit

Permalink
Measure millis
Browse files Browse the repository at this point in the history
  • Loading branch information
ultraq committed Jun 21, 2024
1 parent 45afa86 commit 0fc52f6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ class RenderPipeline implements AutoCloseable {
camera.update()

// Cull the list of renderable items to those just visible in the scene
averageNanos('objectCulling', 1f, logger) { ->
average('objectCulling', 1f, logger) { ->
visibleElements.clear()
frustumIntersection.set(camera.viewProjection)
scene.accept { Node element ->
Expand Down

0 comments on commit 0fc52f6

Please sign in to comment.