Skip to content

Commit d264e50

Browse files
committed
fix crash
1 parent 4599f3a commit d264e50

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

changelog.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
### v1.1.1
2+
- Crashfix
3+
14
### v1.1.0
25
- Fix text being cut off on wider screens while having restrict width on
36
- Fix weirdness with Prism Menu

src/changeDesign.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ void DeltaruneAlertLayer::changeText() {
8282
if (!m_fields->textArea) return;
8383
m_fields->textArea->removeFromParent();
8484

85-
bool noShadow = Mod::get()->getSettingValue<bool>("noShadow");
85+
bool noShadow = Mod::get()->getSettingValue<bool>("noShadow") || m_fields->textSound == "Sans" || m_fields->textSound == "Papyrus";
8686

8787
CCLabelBMFont* star = CCLabelBMFont::create("*", "Determination.fnt"_spr);
8888
CCLabelBMFont* starShadow = nullptr;

0 commit comments

Comments
 (0)