Skip to content

Commit

Permalink
change out reference for texture test
Browse files Browse the repository at this point in the history
  • Loading branch information
wsor4035 committed May 26, 2024
1 parent 4dc905a commit 5a78c44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands.lua
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ minetest.register_chatcommand("xcompat_test_textures", {
description = "Test textures",
privs = {server=true},
func = function(name, _)
local reference_textures = textures["minetest"]
local reference_textures = textures["xcompat_agnostic"]

for gameid, game_textures in pairs(textures) do
for texture, _ in pairs(reference_textures) do
Expand Down

0 comments on commit 5a78c44

Please sign in to comment.