mirror of
https://github.com/zeldaret/tp
synced 2026-05-28 08:25:48 -04:00
d_camera debug almost matching (#3032)
This commit is contained in:
@@ -2260,8 +2260,8 @@ bool dCamera_c::gameOverEvCamera() {
|
||||
}
|
||||
|
||||
if (!bVar9 && bVar3) {
|
||||
mViewCache.mCenter += mMonitor.field_0x14;
|
||||
mViewCache.mEye += (mMonitor.field_0x14 * 0.98f);
|
||||
mViewCache.mCenter += mMonitor.field_0x14.field_0x0;
|
||||
mViewCache.mEye += (mMonitor.field_0x14.field_0x0 * 0.98f);
|
||||
}
|
||||
|
||||
mViewCache.mDirection.Val(mViewCache.mEye - mViewCache.mCenter);
|
||||
|
||||
Reference in New Issue
Block a user