mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-06-25 23:58:46 +02:00
fix lost forwardOffset declaration
This commit is contained in:
parent
fd312f6bf8
commit
d1db04f93a
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@
|
||||||
for (var x = 0; x < COLUMNS; x++) {
|
for (var x = 0; x < COLUMNS; x++) {
|
||||||
for (var y = 0; y < ROWS; y++) {
|
for (var y = 0; y < ROWS; y++) {
|
||||||
|
|
||||||
var frontOffset = {
|
var forwardOffset = {
|
||||||
x: 0,
|
x: 0,
|
||||||
y: SIZE * y + SIZE,
|
y: SIZE * y + SIZE,
|
||||||
z: SIZE * x + SIZE
|
z: SIZE * x + SIZE
|
||||||
|
|
Loading…
Reference in a new issue