Skip to content

Commit

Permalink
Refactor (CND): change type & rename field
Browse files Browse the repository at this point in the history
  • Loading branch information
smlu committed Jul 11, 2020
1 parent 114f54d commit c2f9f29
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ namespace libim::content::asset {
float horizonDistance;
Vector2f horizonSkyOffset; // x,y
Vector2f ceilingSkyOffset; // x,y
Vector4f LOD_Distances;
std::array<float, 4> lodDistances; // list of distances to change level of detail
struct {
int32_t enabled;
LinearColor color;
Expand Down

0 comments on commit c2f9f29

Please sign in to comment.