Skip to content

Commit 2b9de27

Browse files
committed
bug fixes
1 parent 92411a7 commit 2b9de27

File tree

5 files changed

+17
-6
lines changed

5 files changed

+17
-6
lines changed

.github/ISSUE_TEMPLATE/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
blank_issues_enabled: false
22
contact_links:
33
- name: Discord
4-
url: https://discord.gg/WPcqK3Yt
4+
url: https://discord.gg/3bShQb6Jz3
55
about: Contact me through my coding discord.

ABOUT.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ And that's pretty much it! Have fun rouletting!
2929

3030
## Contact
3131

32-
You can contact me through my personal [Discord server](https://discord.gg/WPcqK3Yt).
32+
You can contact me through my personal [Discord server](https://discord.gg/3bShQb6Jz3).

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
## [2.0.5] - 2024-04-13
9+
10+
### Changed
11+
12+
- Alphalaneous github page to their new profile
13+
14+
### Fixed
15+
16+
- `RLDifficultyNode` wrong position when playing roulette
17+
- `RLLoadingCircle` wrong position for a split second when offline
18+
819
## [2.0.4] - 2024-03-13
920

1021
### Added

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,13 +39,13 @@ Then open the generated solution in Visual Studio.
3939

4040
## Contact
4141

42-
You can contact me through my personal [Discord server](https://discord.gg/WPcqK3Yt) to get instant™️ support and other stuff ig.
42+
You can contact me through my personal [Discord server](https://discord.gg/3bShQb6Jz3) to get instant™️ support and other stuff ig.
4343

4444
## Credits
4545

4646
- SpaghettDev ([@SpaghettDev](https://github.com/SpaghettDev)): Creator & maintainer.
4747
- qwix ([@qwix456](https://github.com/qwix456)): Added the featured/epic glow, and other stuff.
4848
- iAndyHD3 ([@iAndyHD3](https://github.com/iAndyHD3)): Helped with issues.
4949
- Cvolton ([@Cvolton](https://github.com/Cvolton)): Helped with issues.
50-
- Alphalaneous ([@Alphatism](https://github.com/Alphatism)): Helped with issues.
50+
- Alphalaneous ([@Alphalaneous](https://github.com/Alphalaneous)): Helped with issues.
5151
- mat ([@matcool](https://github.com/matcool)): Helped with Geode issues.

src/roulette/layers/RLRouletteLayer.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -595,10 +595,10 @@ void RLRouletteLayer::onSkipButton(CCObject*)
595595

596596
void RLRouletteLayer::finishLevelRoulette()
597597
{
598-
onNextLevel(false, false, 40.f);
599-
600598
if (!m_list_fetcher_error.empty())
601599
{
600+
onNextLevel();
601+
602602
static_cast<TextArea*>(error_menu->getChildByID("reason-label"))->setString(m_list_fetcher_error);
603603

604604
playing_menu->setVisible(false);

0 commit comments

Comments
 (0)