small fix; need to remove the whole silly wrapper, anyway
This commit is contained in:
parent
c587c9dd3a
commit
892f665997
1 changed files with 1 additions and 1 deletions
|
@ -322,7 +322,7 @@ var reset = func {
|
|||
view_manager.reset();
|
||||
}
|
||||
|
||||
var lookat = func(h, p, r, x, y, z, f) {
|
||||
var lookat = func(h, p, r, x, y, z, f = 55) {
|
||||
view_manager.lookat(h, p, r, x, y, z, f);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue