Skip to content

Commit 8990a93

Browse files
committed
correction
1 parent 6bd7aea commit 8990a93

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/MetalBuilder/MetalBuilderRenderer/MetalBuilderRenderer.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public extension MetalBuilderRenderer{
7979
justStarted = false
8080
}
8181
renderData.context.time = Float(CFAbsoluteTimeGetCurrent()-startTime)
82-
print(renderData.context.time)
82+
//print(renderData.context.time)
8383

8484
for pass in renderData.passes{
8585
if pass.restartEncode{

0 commit comments

Comments
 (0)