Skip to content

Commit

Permalink
Release Apply render preset v2.1.3 (#1377)
Browse files Browse the repository at this point in the history
Minor optimization and internal code cleanup
  • Loading branch information
cfillion authored May 3, 2024
1 parent 26fbc3d commit feafba6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Rendering/cfillion_Apply render preset.lua
Original file line number Diff line number Diff line change
Expand Up @@ -1012,7 +1012,7 @@ for name, preset in pairs(presets) do
end
table.sort(names, function(a, b) return a:lower() < b:lower() end)

if not ImGui.CreateContext then
if not ImGui then
local presetName = gfxdo(function()
if #names == 0 then
gfx.showmenu('#No render preset found')
Expand Down

0 comments on commit feafba6

Please sign in to comment.