render proper character with test animation

(cherry picked from commit 0f3b3a0d6ff8be5e3b1ad47a25943cf1d62cc6eb)
This commit is contained in:
LabyStudio
2022-04-13 16:16:47 +02:00
parent 8db692083b
commit 62a43c2468
6 changed files with 86 additions and 72 deletions
@@ -17,7 +17,7 @@ window.ModelBase = class {
* @param time Animation offset
*/
render(group, time) {
group.updateMatrix();
}
}