X-Git-Url: https://git.auder.net/?p=vchess.git;a=blobdiff_plain;f=client%2Fsrc%2Fcomponents%2FBoard.vue;h=b8d0fadd502ced30eab1381db3a23ea3f91b0bb9;hp=d45f33b8dbcc6834b21d057369eed1cb0d0b7537;hb=173f11dc3119c842a58daa9d1e0afc67eeb0e4e8;hpb=eb6b0764640ae4c091848157c1c4f6fe014624b3 diff --git a/client/src/components/Board.vue b/client/src/components/Board.vue index d45f33b8..b8d0fadd 100644 --- a/client/src/components/Board.vue +++ b/client/src/components/Board.vue @@ -425,7 +425,7 @@ export default { attrs: { src: "/images/pieces/" + - // orientation: extra arg useful for some variants: + // orientation: extra arg useful for some variants this.vr.getPPpath(m, this.orientation) + V.IMAGE_EXTENSION },