mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-13 08:35:20 +02:00
Batched rendering of particles (#14489)
Co-authored-by: x2048 <codeforsmile@gmail.com> Co-authored-by: Desour <ds.desour@proton.me>
This commit is contained in:
@@ -31,7 +31,7 @@ enum TileAnimationType : u8
|
||||
|
||||
struct TileAnimationParams
|
||||
{
|
||||
enum TileAnimationType type;
|
||||
enum TileAnimationType type = TileAnimationType::TAT_NONE;
|
||||
union
|
||||
{
|
||||
// struct {
|
||||
|
Reference in New Issue
Block a user