Fix slight spazz when changing cam type

This commit is contained in:
MelonSpeedruns
2026-04-29 15:21:48 -04:00
parent b8a83c6f59
commit ee4c84f39b
+5
View File
@@ -4199,6 +4199,11 @@ bool dCamera_c::chaseCamera(s32 param_0) {
chase->field_0x8 -= chase->field_0xc;
chase->field_0x8c = 0;
chase->field_0x90 = false;
#if TARGET_PC
freeCamera();
#endif
return true;
}