GIT: OCD fix
This commit is contained in:
parent
7a3e31c526
commit
4827e43aab
1 changed files with 2 additions and 6 deletions
|
@ -1008,9 +1008,7 @@
|
|||
</and>
|
||||
</condition>
|
||||
<command>nasal</command>
|
||||
<script>
|
||||
libraries.fovZoom(-1);
|
||||
</script>
|
||||
<script>libraries.fovZoom(-1);</script>
|
||||
</binding>
|
||||
</button>
|
||||
<button n="4">
|
||||
|
@ -1025,9 +1023,7 @@
|
|||
</and>
|
||||
</condition>
|
||||
<command>nasal</command>
|
||||
<script>
|
||||
libraries.fovZoom(1);
|
||||
</script>
|
||||
<script>libraries.fovZoom(1);</script>
|
||||
</binding>
|
||||
</button>
|
||||
</mode>
|
||||
|
|
Reference in a new issue