mirror of
https://github.com/coop-deluxe/sm64coopdx.git
synced 2026-01-09 00:12:46 +00:00
Merge pull request #748 from Sunketchupm/fixes
Fix hide-and-seek script error
This commit is contained in:
commit
7c7993f634
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ local function update()
|
|||
end
|
||||
|
||||
-- Force several camera configs
|
||||
camera_config_enable_camera_collisions(true)
|
||||
camera_config_enable_collisions(true)
|
||||
rom_hack_cam_set_collisions(1)
|
||||
camera_romhack_set_zoomed_in_dist(900)
|
||||
camera_romhack_set_zoomed_out_dist(1400)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue