mirror of
https://github.com/zeldaret/ss
synced 2026-05-29 16:44:44 -04:00
Introduce mVec2_c
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user