Fix style

This commit is contained in:
Ryan Huffman 2014-12-10 14:15:43 -08:00
parent 6fa1d7a7bd
commit a24acb4858

View file

@ -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 == "") {