mirror of
https://github.com/overte-org/overte.git
synced 2025-08-08 12:57:59 +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,
|
modelURL: ChessGame.BOARD.modelURL,
|
||||||
position: this.position,
|
position: this.position,
|
||||||
dimensions: this.dimensions,
|
dimensions: this.dimensions,
|
||||||
|
rotation: ChessGame.BOARD.rotation,
|
||||||
userData: this.buildUserDataString()
|
userData: this.buildUserDataString()
|
||||||
}
|
}
|
||||||
this.entity = null;
|
this.entity = null;
|
||||||
|
|
Loading…
Reference in a new issue