Introduce mVec2_c

This commit is contained in:
robojumper
2025-04-05 23:36:55 +02:00
parent a5b91ef55d
commit cd5fd322f8
8 changed files with 25 additions and 33 deletions
+1 -1
View File
@@ -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) {