1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-12 16:15:20 +02:00

Fix plantlike_rooted world-aligned node base textures (#12994)

Co-authored-by: Wuzzy <Wuzzy@disroot.org>
This commit is contained in:
Jude Melton-Houghton
2022-12-12 08:45:09 -05:00
committed by GitHub
parent 981d79157a
commit 1f3b5e553b
3 changed files with 24 additions and 6 deletions

View File

@@ -85,7 +85,7 @@ void push_palette (lua_State *L,
const std::vector<video::SColor> *palette);
TileDef read_tiledef (lua_State *L, int index,
u8 drawtype);
u8 drawtype, bool special);
void read_soundspec (lua_State *L, int index,
SimpleSoundSpec &spec);