File tree Expand file tree Collapse file tree 2 files changed +13
-12
lines changed Expand file tree Collapse file tree 2 files changed +13
-12
lines changed Original file line number Diff line number Diff line change 1
1
# 1.8.0
2
2
3
3
- Added ** iOS Support**
4
+ - Fixed Show Hitboxes always being on
4
5
5
6
# 1.7.9(8)
6
7
Original file line number Diff line number Diff line change @@ -39,21 +39,21 @@ class Module : public UIComponent
39
39
40
40
std::vector<Module*> options = {};
41
41
42
- std::string name;
43
- std::string id;
44
- std::string description;
45
- std::string alert;
46
- std::string inCompAlert;
47
- bool enabled;
48
- bool useAlert;
49
- bool onceAlert;
50
- bool isInComp;
42
+ std::string name = " " ;
43
+ std::string id = " " ;
44
+ std::string description = " " ;
45
+ std::string alert = " " ;
46
+ std::string inCompAlert = " " ;
47
+ bool enabled = false ;
48
+ bool useAlert = false ;
49
+ bool onceAlert = false ;
50
+ bool isInComp = false ;
51
51
52
- KeyStruct keybind;
52
+ KeyStruct keybind = {} ;
53
53
54
- bool vAlert;
54
+ bool vAlert = false ;
55
55
56
- bool def;
56
+ bool def = false ;
57
57
float value = 1 .0f ;
58
58
59
59
bool mouseHeldDown = false ;
You can’t perform that action at this time.
0 commit comments