Skip to content

Commit

Permalink
hotfix (#51)
Browse files Browse the repository at this point in the history
* lightRange

* lightRange

* readmes

* rescaleAntennas

* scatterer compatibility

* try to avoid errors

* try to avoid more errors

* resize spacecenter

* other spacecenter fixes

* only adjust radius

* fix scatterer compatibility

* plugin version and recompile

* changelog and version

* resize clouds and scatterer

* ksc switcher

* plugin version update

* changelog and version

* hotfix

* pqscity groups fix

* changelog

* DSN rescale

* reposition launchsites

* recompile

* changelog and version

* hotfix
  • Loading branch information
Sigma88 authored Sep 4, 2017
1 parent fa2fa73 commit 4ae9262
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
Binary file modified GameData/Sigma/Dimensions/Plugins/SigmaDimensions.dll
Binary file not shown.
Binary file modified [Source]/Distribution/SigmaDimensions.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion [Source]/SigmaDimensions/PQSCityGroupsLoader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ void SaveGroups()
ConfigNode C2 = Group.GetNode("MOVE");
Vector3? newCenter = GetCenter(C2, body);

if (newCenter == null) continue;
if (newCenter == null) newCenter = center;
Debug.Log("Move Group to position = " + newCenter.Value + ", (LAT: " + new SigmaDimensions.LatLon(newCenter.Value).lat + ", LON: " + new SigmaDimensions.LatLon(newCenter.Value).lon + ")");


Expand Down

0 comments on commit 4ae9262

Please sign in to comment.