diff --git a/Apps/Playground/Scripts/validation_native.js b/Apps/Playground/Scripts/validation_native.js index 1553ce29a..fbdbd00fa 100644 --- a/Apps/Playground/Scripts/validation_native.js +++ b/Apps/Playground/Scripts/validation_native.js @@ -493,7 +493,7 @@ setTimeout(function () { try { currentScene = eval(scriptCode); - processCurrentScene(test, renderImage, done, compareFunction); + processCurrentScene(test, referenceImage, done, compareFunction); } catch (e) { console.error(e);