Skip to content

Commit

Permalink
Quick fix #481
Browse files Browse the repository at this point in the history
  • Loading branch information
NQNStudios committed Nov 21, 2024
1 parent 45a76ba commit 1e3f4b5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/game/boe.newgraph.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -835,6 +835,7 @@ void click_talk_rect(word_rect_t word) {
mainPtr.setActive();
rect_draw_some_item(talk_gworld.getTexture(),talkRect,mainPtr,talk_area_rect);
wordRect.offset(talk_area_rect.topLeft());
wordRect.width() += 10; // Arbitrary extra space fixes #481 and shouldn't cause any problems
TextStyle style;
style.font = FONT_DUNGEON;
style.pointSize = 18;
Expand Down

0 comments on commit 1e3f4b5

Please sign in to comment.