Skip to content

Commit

Permalink
Added more @todo comments
Browse files Browse the repository at this point in the history
  • Loading branch information
boilermaker021 committed Nov 21, 2019
1 parent 8dbf120 commit c6c11ef
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions PrismWorld.cs
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,10 @@ public override void NetReceive(BinaryReader reader)
downedPrismachine = flags[1];
}

//@todo figure out what the hell the Save and Load functions do
//@body what even is a TagCompound?
//save/load functions here

public override void ModifyWorldGenTasks(List<GenPass> tasks, ref float totalWeight)
{
/*int genIndex = tasks.FindIndex(genpass => genpass.Name.Equals("Micro Biomes"));
Expand All @@ -46,6 +50,7 @@ public override void ModifyWorldGenTasks(List<GenPass> tasks, ref float totalWei
}));
}*/

//@todo fix infinite glass spawning before Smoothing World gen task
int genIndex = tasks.FindIndex(genpass => genpass.Name.Equals("Beaches"));
if (genIndex != -1)
{
Expand Down

0 comments on commit c6c11ef

Please sign in to comment.