Head to wall

Head to wall when you realize last 10 or so commits were not really a loading issue but because of a typo instead.
This commit is contained in:
roblevesque 2016-07-07 12:29:56 -04:00 committed by GitHub
parent 27124a1a9d
commit ab0fa753dc

View File

@ -1176,7 +1176,7 @@ for (var key in jsonEmpire) {
// Initial Target spot. UFP for convinence.
controls.target.x = jsonEmpire['UFP'].cenx;
controls.target.y = jsonEmpire['UFP'].ceny;
controls.target.z = jsomEmpire['UFP'].cenz;
controls.target.z = jsonEmpire['UFP'].cenz;
}