1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00: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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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);