Skip to content

Commit

Permalink
Updated for SE version 197.1
Browse files Browse the repository at this point in the history
  • Loading branch information
8vogt committed Feb 11, 2021
1 parent c2b68c9 commit c0018cf
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file added SEWorldGenPlugin/AdminSpawnMenu.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public void GeneratePlanets()
private Vector3D GetPlanetOffset(MyPlanetGeneratorDefinition definition, float size)
{
MyPlanetStorageProvider myPlanetStorageProvider = new MyPlanetStorageProvider();
myPlanetStorageProvider.Init(0, definition, size / 2f);
myPlanetStorageProvider.Init(0, definition, size / 2f, false);
IMyStorage myStorage = new MyOctreeStorage(myPlanetStorageProvider, myPlanetStorageProvider.StorageSize);

return myStorage.Size / 2.0f;
Expand Down
2 changes: 1 addition & 1 deletion SEWorldGenPlugin/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// Sie können alle Werte angeben oder Standardwerte für die Build- und Revisionsnummern verwenden,
// indem Sie "*" wie unten gezeigt eingeben:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("1.7.6.10")]
[assembly: AssemblyVersion("1.7.6.11")]
[assembly: AssemblyFileVersion("1.0.0")]

0 comments on commit c0018cf

Please sign in to comment.