Make swapped textures use modpack setting.

This commit is contained in:
Michieal 2023-01-21 01:46:46 -05:00
parent a25841bf43
commit 1873f105e9
1 changed files with 3 additions and 2 deletions

View File

@ -63,5 +63,6 @@ local function allow_texture_swap()
--]]
end
allow_texture_swap()
if SWAP_BASE_TEXTURES then
allow_texture_swap()
end