Skip to content

Commit

Permalink
Clouds.h:
Browse files Browse the repository at this point in the history
* More windows warning fixes.
  • Loading branch information
razterizer committed Oct 1, 2024
1 parent 71f9d44 commit 815d77a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pilot_Episode/Clouds.h
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ void draw_clouds_fg(SpriteHandler<NR, NC>& sh,
{
return std::get<2>(rch);
});
float num_chars_tot = plane_hull.size();
auto num_chars_tot = static_cast<float>(plane_hull.size());
plane_hiding = num_chars_hidden / num_chars_tot > 0.8f;
}

Expand Down

0 comments on commit 815d77a

Please sign in to comment.