diff --git a/src/Scratch (net471)/07 - RenderTaskCustom/Program.fs b/src/Scratch (net471)/07 - RenderTaskCustom/Program.fs index 3633e4b0c..6b7a37286 100644 --- a/src/Scratch (net471)/07 - RenderTaskCustom/Program.fs +++ b/src/Scratch (net471)/07 - RenderTaskCustom/Program.fs @@ -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 )