1
0
Fork 0
mirror of https://github.com/zeldaret/oot.git synced 2025-08-05 05:40:19 +00:00

Document new "Epona Push" bug (#941)

* add comment

* missed one

* remove dupes and change wording
This commit is contained in:
fig02 2021-09-04 09:45:47 -04:00 committed by GitHub
parent 81830a6e8b
commit 3de7c21196
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 0 deletions

View file

@ -607,6 +607,7 @@ void func_80A6CAFC(Actor* thisx, GlobalContext* globalCtx, PSkinAwb* skin) {
this->headCollider.elements[i].dim.modelSphere.radius * this->headCollider.elements[i].dim.scale;
}
//! @bug see relevant comment in `EnHorse_SkinCallback1`
CollisionCheck_SetOC(globalCtx, &globalCtx->colChkCtx, &this->headCollider.base);
}