Skip to content

Commit 7d60b6c

Browse files
committed
xrEngine/thunderbolt.h: make params private
They are no longer need to be public since weather editor part of the code is moved inside of the class
1 parent c1eddc3 commit 7d60b6c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/xrEngine/thunderbolt.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,9 @@ class ENGINE_API CEffect_Thunderbolt
107107
CInifile* m_thunderbolt_collections_config{};
108108
CInifile* m_thunderbolts_config{};
109109

110-
public:
111-
static constexpr float MAX_DIST_FACTOR = 0.95f;
112110

113111
// params
112+
static constexpr float MAX_DIST_FACTOR = 0.95f;
114113
Fvector2 p_var_alt;
115114
float p_var_long;
116115
float p_min_dist;

0 commit comments

Comments
 (0)