Refactored Rasterizer, renamed GlTextureProvider to TextureProvider

This commit is contained in:
Pazaz 2022-04-22 22:02:17 -04:00
parent f65909dc06
commit bed0932fc5
49 changed files with 3168 additions and 2885 deletions

View file

@ -69,14 +69,14 @@ public final class Static160 {
return false;
} else if (local29 > arg4 && local66 > arg4) {
return false;
} else if (local50 < Static240.anInt5334 && local87 < Static240.anInt5334) {
} else if (local50 < Static240.screenLowerX && local87 < Static240.screenLowerX) {
return false;
} else if (local50 > Static247.anInt5405 && local87 > Static247.anInt5405) {
} else if (local50 > Static247.screenUpperX && local87 > Static247.screenUpperX) {
return false;
} else if (local56 < Static1.anInt4 && local93 < Static1.anInt4) {
} else if (local56 < Static1.screenLowerY && local93 < Static1.screenLowerY) {
return false;
} else {
return local56 <= Static148.anInt3535 || local93 <= Static148.anInt3535;
return local56 <= Static148.screenUpperY || local93 <= Static148.screenUpperY;
}
}
}