X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FBoard.vue;h=8a42d34eaff8738e53078c9d68396d212e3a7e36;hb=cd49e617866590dbc68530ad961b109cdbe1ce55;hp=c7c37896e489ee35e7fd65dee61be321bd58cb1a;hpb=b406466b0f0ce67451f1718053e5f5691d6507fb;p=vchess.git diff --git a/client/src/components/Board.vue b/client/src/components/Board.vue index c7c37896..8a42d34e 100644 --- a/client/src/components/Board.vue +++ b/client/src/components/Board.vue @@ -214,7 +214,7 @@ export default { attrs: { src: "/images/pieces/" + - this.vr.getReservePpath(i, playingColor) + + this.vr.getReservePpath(i, playingColor, orientation) + ".svg" } }), @@ -241,7 +241,7 @@ export default { attrs: { src: "/images/pieces/" + - this.vr.getReservePpath(i, oppCol) + + this.vr.getReservePpath(i, oppCol, orientation) + ".svg" } }),