From 10a6428277f16d997dc13005f83bffe4a966595e Mon Sep 17 00:00:00 2001 From: Atlante45 Date: Wed, 10 Dec 2014 10:37:54 -0800 Subject: [PATCH] Chess board correct orientation --- examples/playChess.js | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/playChess.js b/examples/playChess.js index 57ed24f342..faa32f6cda 100644 --- a/examples/playChess.js +++ b/examples/playChess.js @@ -86,6 +86,7 @@ ChessGame.Board = (function(position, scale) { modelURL: ChessGame.BOARD.modelURL, position: this.position, dimensions: this.dimensions, + rotation: ChessGame.BOARD.rotation, userData: this.buildUserDataString() } this.entity = null;