diff options
| author | robojumper <robojumper@gmail.com> | 2025-04-05 23:36:55 +0200 |
|---|---|---|
| committer | robojumper <robojumper@gmail.com> | 2025-04-07 22:12:40 +0200 |
| commit | cd5fd322f87ee57526f2be706e668418c435258b (patch) | |
| tree | d8dd36c838232b36dfe19e4e8de8e20c54e279b9 /src | |
| parent | a5b91ef55dbad74c82ffdfee028ff77b8355fe29 (diff) | |
Introduce mVec2_c
Diffstat (limited to 'src')
| -rw-r--r-- | src/d/d_textwindow_unk.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/d/d_textwindow_unk.cpp b/src/d/d_textwindow_unk.cpp index 913f3371..b6b6b004 100644 --- a/src/d/d_textwindow_unk.cpp +++ b/src/d/d_textwindow_unk.cpp @@ -75,7 +75,7 @@ void MsgWindowBlurRelated::build() { } } -void MsgWindowBlurRelated::drawTextBlur(dLytTextLight *thing, LytVec2f size, u8 alpha) { +void MsgWindowBlurRelated::drawTextBlur(dLytTextLight *thing, mVec2_c size, u8 alpha) { s8 t = -1; for (int i = 0; i < 1023; i++) { if (mData[i].displayTimerMaybe >= 0) { |
