Skip to content

Commit

Permalink
volumetric: fix switch case not present
Browse files Browse the repository at this point in the history
  • Loading branch information
vlj committed Mar 3, 2024
1 parent 309df34 commit ba793f7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/frontend.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -874,6 +874,8 @@ char const* graphicsOptionsVolumetricLightingString()
case VOLUMETRIC_LIGHT_LEVEL::low: return _("Low");
case VOLUMETRIC_LIGHT_LEVEL::medium: return _("Medium");
case VOLUMETRIC_LIGHT_LEVEL::high: return _("High");
default:
break;
}

return _("Disabled");
Expand Down

0 comments on commit ba793f7

Please sign in to comment.