mirror of
https://github.com/lubosz/overte.git
synced 2025-08-07 20:06:02 +02:00
fix horizontal typo in examples
This commit is contained in:
parent
b52406e127
commit
aafed4e1b8
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ var toolBar = (function() {
|
||||||
browseExamplesButton;
|
browseExamplesButton;
|
||||||
|
|
||||||
function initialize() {
|
function initialize() {
|
||||||
toolBar = new ToolBar(0, 0, ToolBar.HORIXONTAL, "highfidelity.examples.toolbar", function(windowDimensions, toolbar) {
|
toolBar = new ToolBar(0, 0, ToolBar.HORIZONTAL, "highfidelity.examples.toolbar", function(windowDimensions, toolbar) {
|
||||||
return {
|
return {
|
||||||
x: windowDimensions.x / 2,
|
x: windowDimensions.x / 2,
|
||||||
y: windowDimensions.y
|
y: windowDimensions.y
|
||||||
|
|
Loading…
Reference in a new issue