summaryrefslogtreecommitdiff
path: root/src/d/d_textwindow_unk.cpp
diff options
context:
space:
mode:
authorrobojumper <robojumper@gmail.com>2025-04-05 23:36:55 +0200
committerrobojumper <robojumper@gmail.com>2025-04-07 22:12:40 +0200
commitcd5fd322f87ee57526f2be706e668418c435258b (patch)
treed8dd36c838232b36dfe19e4e8de8e20c54e279b9 /src/d/d_textwindow_unk.cpp
parenta5b91ef55dbad74c82ffdfee028ff77b8355fe29 (diff)
Introduce mVec2_c
Diffstat (limited to 'src/d/d_textwindow_unk.cpp')
-rw-r--r--src/d/d_textwindow_unk.cpp2
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) {