File tree 2 files changed +3
-0
lines changed
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 7
7
* Allow any float or int type in ` getSettingValue ` (d08e141)
8
8
* Fix cocos headers (9dd7128, 6c039c6)
9
9
* Fix target Geode version comparison with tags (ec2e8d8)
10
+ * Fix "GD 0.000" from being displayed in mod listing (fb85530)
11
+ * Id overload for ` openInfoPopup ` now fetches the latest mod version (c6666a3, bda9444)
10
12
11
13
## v4.1.0
12
14
* Add Modtober winner announcement (0aa2449)
Original file line number Diff line number Diff line change @@ -125,6 +125,7 @@ CCSprite* ModProblemItem::createSeverityIcon() {
125
125
}
126
126
127
127
void ModProblemItem::onInfo (CCObject*) {
128
+ // someone should really add that fix button. not me though
128
129
if (m_problem.type == LoadProblem::Type::MissingDependency) {
129
130
(void )openInfoPopup (m_problem.message );
130
131
return ;
You can’t perform that action at this time.
0 commit comments