Skip to content

Fix anisotropic and FOV settings not saving

Hanicef requested to merge Hanicef/SRB2:fix-fov-aniso-not-saving into next

so, the anisotropic and FOV settings weren't saved in the settings. the cause was simply a missing CV_SAVE flag on both variables, with the anisotropic setting needing a bit more work since it wasn't registered immediately upon startup when running in software mode.

Merge request reports