mirror of
https://github.com/blondie7575/GSCats.git
synced 2024-11-25 10:30:49 +00:00
Fixed a collision precision bug with terrain
This commit is contained in:
parent
cb390e9895
commit
d6c8e89dea
@ -29,8 +29,6 @@ intersectRectTerrain:
|
||||
; Convert X to words and compute horizontal extent
|
||||
; Note that X counts from right terrain edge
|
||||
lda rectParams
|
||||
clc
|
||||
adc rectParams+4 ; Reverse rect horizontally
|
||||
and #$fffe ; Force even
|
||||
sta rectParams
|
||||
|
||||
|
BIN
gscats.2mg
BIN
gscats.2mg
Binary file not shown.
Loading…
Reference in New Issue
Block a user