diff options
| author | hatal175 <hatal175@users.noreply.github.com> | 2024-08-14 23:50:36 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-14 13:50:36 -0700 |
| commit | edd2d30a337a69c6a0228a172108ce17d3253697 (patch) | |
| tree | cb1c71ab4a11b494afe6416df3a17b72346170d0 /include/JSystem/J2DGraph/J2DTextBox.h | |
| parent | 0af6d632ced216e21c09e091156dd65d23bcba83 (diff) | |
Work on d_msg_scrn_talk (#2192)
* Work on d_msg_scrn_talk
* Generate d_pane_class_ex virtual inlines
Diffstat (limited to 'include/JSystem/J2DGraph/J2DTextBox.h')
| -rw-r--r-- | include/JSystem/J2DGraph/J2DTextBox.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/JSystem/J2DGraph/J2DTextBox.h b/include/JSystem/J2DGraph/J2DTextBox.h index c9513995d5..55b0a6a641 100644 --- a/include/JSystem/J2DGraph/J2DTextBox.h +++ b/include/JSystem/J2DGraph/J2DTextBox.h @@ -79,7 +79,7 @@ public: /* 8019230C */ virtual bool setBlackWhite(JUtility::TColor, JUtility::TColor); /* 801DFA34 */ virtual JUtility::TColor getBlack() const; /* 801DFA28 */ virtual JUtility::TColor getWhite() const; - /* 8025602C */ virtual bool getMaterial() const; + /* 8025602C */ virtual J2DMaterial* getMaterial() const { return NULL; } /* 802FFBC4 */ J2DTextBox(u64, JGeometry::TBox2<f32> const&, ResFONT const*, char const*, s16, J2DTextBoxHBinding, J2DTextBoxVBinding); |
