mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 04:44:11 +02:00
Fix style
This commit is contained in:
parent
6fa1d7a7bd
commit
a24acb4858
1 changed files with 1 additions and 1 deletions
|
@ -329,7 +329,7 @@ function handleLookAt(pickRay) {
|
|||
if (panelStringIndex != -1) {
|
||||
var panelIndex = parseInt(panelName.slice(5));
|
||||
var locationIndex = panelIndexToLocationIndex(panelIndex);
|
||||
if (locationIndex< locations.length) {
|
||||
if (locationIndex < locations.length) {
|
||||
var actionLocation = locations[locationIndex];
|
||||
|
||||
if (actionLocation.description == "") {
|
||||
|
|
Loading…
Reference in a new issue