mirror of
https://github.com/AleziaKurdis/overte.git
synced 2025-04-07 15:54:31 +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 y = 0; y < ROWS; y++) {
|
||||
|
||||
var frontOffset = {
|
||||
var forwardOffset = {
|
||||
x: 0,
|
||||
y: SIZE * y + SIZE,
|
||||
z: SIZE * x + SIZE
|
||||
|
|
Loading…
Reference in a new issue