1
0
spogulis no https://github.com/minetest-mods/mesecons.git synced 2025-10-31 11:25:22 +01:00

Fix use_texture_alpha warnings (#563)

Šī revīzija ir iekļauta:
DS
2021-04-09 20:24:41 +02:00
revīziju iesūtīja GitHub
vecāks f5c3f798be
revīzija 65793514fe
4 mainīti faili ar 18 papildinājumiem un 7 dzēšanām

Parādīt failu

@@ -54,6 +54,7 @@ local boxes = {
-- Delayer definition defaults
local def = {
drawtype = "nodebox",
use_texture_alpha = minetest.features.use_texture_alpha_string_modes and "opaque" or nil,
walkable = true,
selection_box = {
type = "fixed",