Skip to content

Commit 7c0f0ab

Browse files
committed
1.2
1 parent 8d170d4 commit 7c0f0ab

12 files changed

+16559
-16555
lines changed

actors/majora_platform/collision.inc.c

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ const Collision majora_platform_collision[] = {
99
COL_VERTEX(313, 94, -313),
1010
COL_VERTEX(-313, 94, -313),
1111
COL_VERTEX(313, 94, 313),
12-
COL_TRI_INIT(SURFACE_DEFAULT, 12),
12+
COL_TRI_INIT(SURFACE_NO_CAM_COLLISION, 4),
1313
COL_TRI(0, 1, 2),
1414
COL_TRI(0, 3, 1),
1515
COL_TRI(4, 5, 6),
1616
COL_TRI(4, 7, 5),
17+
COL_TRI_INIT(SURFACE_DEFAULT, 8),
1718
COL_TRI(6, 1, 4),
1819
COL_TRI(6, 2, 1),
1920
COL_TRI(5, 2, 6),

0 commit comments

Comments
 (0)