fixed missing river water texture bug

This commit is contained in:
kaadmy 2015-09-27 09:11:48 -07:00
parent 886b82cf20
commit f3b8f6cb7e

View File

@ -707,7 +707,7 @@ minetest.register_node(
tiles ={"default_water.png"}, tiles ={"default_water.png"},
special_tiles = { special_tiles = {
{ {
image = "default_river_water.png", image = "default_water.png",
backface_culling=false, backface_culling=false,
}, },
}, },