mirror of
https://github.com/xiaopeng12138/MaiDXR.git
synced 2024-11-24 03:50:10 +01:00
fix camera smooth bug again
This commit is contained in:
parent
dc8c5b22b1
commit
42662152ee
@ -88,7 +88,7 @@ public class NoneVRSettingManager : MonoBehaviour
|
||||
break;
|
||||
}
|
||||
JsonConfig.SetInt("NVRMode", Dropdown.value);
|
||||
JsonConfig.SetDouble("NVRCameraSmooth", Dropdown.value);
|
||||
JsonConfig.SetDouble("NVRCameraSmooth", CameraSmooth.smoothSpeed);
|
||||
}
|
||||
public void SetNVRFOV(float fov)
|
||||
{
|
||||
|
@ -195,6 +195,7 @@ PlayerSettings:
|
||||
- {fileID: 0}
|
||||
- {fileID: 0}
|
||||
- {fileID: 0}
|
||||
- {fileID: 0}
|
||||
- {fileID: -6018045015233401694, guid: 3999ab811e936714280a476b3a032d86, type: 2}
|
||||
- {fileID: 6536100391545742739, guid: 55d1ec7a4296de343b6d3bb6f9a19731, type: 2}
|
||||
metroInputSource: 0
|
||||
|
Loading…
Reference in New Issue
Block a user