mirror of
https://github.com/lubosz/overte.git
synced 2025-04-09 00:02:39 +02:00
Chess board correct orientation
This commit is contained in:
parent
3e7f9ee1fe
commit
10a6428277
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue