Chess board correct orientation

This commit is contained in:
Atlante45 2014-12-10 10:37:54 -08:00
parent 3e7f9ee1fe
commit 10a6428277

View file

@ -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;