Skip to content

Commit

Permalink
[Test] using RenderTask.custom properly after fix in d190678
Browse files Browse the repository at this point in the history
  • Loading branch information
luithefirst committed Sep 18, 2019
1 parent d190678 commit 7d81835
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Scratch (net471)/07 - RenderTaskCustom/Program.fs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ let main argv =
let renderTask =
RenderTask.custom (fun (self,token,outputDesc) ->
let sw = Stopwatch.StartNew()
renderTask.Run(token,outputDesc)
renderTask.Run(self, token, outputDesc)
Log.line "RenderTime: %dms" sw.ElapsedMilliseconds
)

Expand Down

0 comments on commit 7d81835

Please sign in to comment.