From 3d7af7f59d1a24436126ac21b63f14fe858a7697 Mon Sep 17 00:00:00 2001 From: Richard Davey Date: Mon, 27 Jan 2020 14:48:53 +0000 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a0e74b8b..f2b398bd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,7 @@ ### Updates * `XHRLoader` will now use the `XHRSettings.withCredentials` as set in the file or global loader config. +* `Animation.setCurrentFrame` will no longer try to call `setOrigina` or `updateDisplayOrigin` if the Game Object doesn't have the Origin component, preventing unknown function errors. ### Bug Fixes