From bbfeb22a3fca46e5914b8321ded2950f6f68445b Mon Sep 17 00:00:00 2001 From: Mashy Date: Thu, 7 Nov 2019 18:15:21 +1000 Subject: [PATCH] fix reflect rotation --- client/src/components/anims/reflect.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/client/src/components/anims/reflect.jsx b/client/src/components/anims/reflect.jsx index dc0dc2f9..7b1d501f 100644 --- a/client/src/components/anims/reflect.jsx +++ b/client/src/components/anims/reflect.jsx @@ -18,7 +18,7 @@ class Refl extends Component { this.animations = []; } - render({ team }) { + render({ player }) { const oneX = anime.random(32, 96); const twoX = anime.random(192, 224); @@ -28,7 +28,7 @@ class Refl extends Component { version="1.1" id="reflect" xmlns="http://www.w3.org/2000/svg" - style={{ transform: team ? '' : 'rotate3d(1, 0, 0, 180deg)' }} + style={{ transform: player ? '' : 'rotate3d(1, 0, 0, 180deg)' }} viewBox="0 0 256 256">