diff --git a/Assets/Scripts/Fsr2Controller.cs b/Assets/Scripts/Fsr2Controller.cs index f16b55f..a5e93ed 100644 --- a/Assets/Scripts/Fsr2Controller.cs +++ b/Assets/Scripts/Fsr2Controller.cs @@ -164,7 +164,7 @@ namespace FidelityFX _reset = true; } - private void OnPreRender() + private void OnPreCull() { // Render to a smaller portion of the screen by manipulating the camera's viewport rect _originalRect = _renderCamera.rect;