Skip to content

Commit

Permalink
Update BGSPlanetData.h
Browse files Browse the repository at this point in the history
  • Loading branch information
TommInfinite authored Mar 22, 2024
1 parent fafdf6f commit 310a270
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions CommonLibSF/include/RE/B/BGSPlanetData.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ namespace RE
~PlanetData() override; // 00

// members
BGSSurface::Tree* surfaceTree; // 30
float unk38; // 38
float temperatureCelcius; //3C
float density; //40
float periAngleInDegrees;//44
std::uint32_t resourceCreationSpeed; // 48
BGSSurface::Tree* surfaceTree; // 30
float unk38; // 38
float temperatureCelcius; // 3C
float density; // 40
float periAngleInDegrees; // 44
std::uint32_t resourceCreationSpeed; // 48
};
static_assert(sizeof(PlanetData) == 0x50);
}
Expand Down

0 comments on commit 310a270

Please sign in to comment.