Skip to content

Commit

Permalink
xrEngine/thunderbolt.h: make params private
Browse files Browse the repository at this point in the history
They are no longer need to be public since weather editor part of the
code is moved inside of the class
  • Loading branch information
Xottab-DUTY committed Oct 28, 2024
1 parent c1eddc3 commit 7d60b6c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/xrEngine/thunderbolt.h
Original file line number Diff line number Diff line change
Expand Up @@ -107,10 +107,9 @@ class ENGINE_API CEffect_Thunderbolt
CInifile* m_thunderbolt_collections_config{};
CInifile* m_thunderbolts_config{};

public:
static constexpr float MAX_DIST_FACTOR = 0.95f;

// params
static constexpr float MAX_DIST_FACTOR = 0.95f;
Fvector2 p_var_alt;
float p_var_long;
float p_min_dist;
Expand Down

0 comments on commit 7d60b6c

Please sign in to comment.