- Revert to previous behavior when changing view which shouldn't trigger a FOV reset.
This commit is contained in:
parent
5d6f169fd1
commit
f069dfdc99
1 changed files with 1 additions and 1 deletions
|
@ -235,7 +235,7 @@ var manager = {
|
|||
me.current.handler.start();
|
||||
if (hasmember(me.current.handler, "update"))
|
||||
me._loop_(me.loopid += 1);
|
||||
resetFOV();
|
||||
# resetFOV();
|
||||
},
|
||||
reset : func {
|
||||
if (hasmember(me.current.handler, "reset"))
|
||||
|
|
Loading…
Add table
Reference in a new issue