mirror of
https://github.com/luanti-org/luanti.git
synced 2025-06-27 16:36:03 +00:00
Fix tiling issues for PLANTLIKE and FIRELIKE with FSAA
This commit is contained in:
parent
7a6e4dc54a
commit
3295f3c401
4 changed files with 35 additions and 9 deletions
|
@ -63,7 +63,8 @@ class Schematic;
|
|||
|
||||
|
||||
ContentFeatures read_content_features (lua_State *L, int index);
|
||||
TileDef read_tiledef (lua_State *L, int index);
|
||||
TileDef read_tiledef (lua_State *L, int index,
|
||||
u8 drawtype);
|
||||
void read_soundspec (lua_State *L, int index,
|
||||
SimpleSoundSpec &spec);
|
||||
NodeBox read_nodebox (lua_State *L, int index);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue