mirror of
https://github.com/zeldaret/oot
synced 2026-06-30 19:51:46 -04:00
Merge branch 'master' into doc_room_draw
This commit is contained in:
+1
-1
@@ -6072,7 +6072,7 @@ s32 Camera_Demo5(Camera* camera) {
|
||||
|
||||
framesDiff = sDemo5PrevSfxFrame - camera->play->state.frames;
|
||||
if ((framesDiff > 50) || (framesDiff < -50)) {
|
||||
func_80078884(camera->data1);
|
||||
func_80078884((u32)camera->data1);
|
||||
}
|
||||
|
||||
sDemo5PrevSfxFrame = camera->play->state.frames;
|
||||
|
||||
Reference in New Issue
Block a user